Skip to content

Commit

Permalink
Remove hopefully unnecessary dependency and reset Scala version to 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
HaloFour committed Jan 14, 2025
1 parent 657015f commit 30a7281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name := "sirius"

version := "2.4.0"

scalaVersion := "2.12.14"
scalaVersion := "2.13.6"
crossScalaVersions := Seq("2.11.12", "2.12.14", "2.13.6") // NOTE: keep sync'd with .travis.yml

organization := "com.comcast"
Expand Down Expand Up @@ -53,7 +53,7 @@ libraryDependencies ++= {
libraryDependencies ++= {
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, major)) if major <= 12 =>
Seq("org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0")
Seq()
case _ =>
Seq("org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4")
}
Expand Down

0 comments on commit 30a7281

Please sign in to comment.