Skip to content

Commit

Permalink
Update Scala 2.12.x to 2.12.20
Browse files Browse the repository at this point in the history
  • Loading branch information
plokhotnyuk committed Sep 5, 2024
1 parent d2b840b commit 2c9769a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ lazy val `jsoniter-scala-core` = crossProject(JVMPlatform, JSPlatform, NativePla
.settings(commonSettings)
.settings(publishSettings)
.settings(
crossScalaVersions := Seq("3.3.3", "2.13.14", "2.12.19"),
crossScalaVersions := Seq("3.3.3", "2.13.14", "2.12.20"),
libraryDependencies ++= Seq(
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.12.0" % Test,
"org.scalatestplus" %%% "scalacheck-1-18" % "3.2.19.0" % Test,
Expand All @@ -181,7 +181,7 @@ lazy val `jsoniter-scala-macros` = crossProject(JVMPlatform, JSPlatform, NativeP
.settings(commonSettings)
.settings(publishSettings)
.settings(
crossScalaVersions := Seq("3.3.3", "2.13.14", "2.12.19"),
crossScalaVersions := Seq("3.3.3", "2.13.14", "2.12.20"),
libraryDependencies ++= (CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, _)) => Seq(
"org.scala-lang" % "scala-reflect" % scalaVersion.value
Expand Down Expand Up @@ -224,7 +224,7 @@ lazy val `jsoniter-scala-circe` = crossProject(JVMPlatform, JSPlatform, NativePl
.settings(commonSettings)
.settings(publishSettings)
.settings(
crossScalaVersions := Seq("3.3.3", "2.13.14", "2.12.19"),
crossScalaVersions := Seq("3.3.3", "2.13.14", "2.12.20"),
libraryDependencies ++= Seq(
"io.circe" %%% "circe-core" % "0.14.9",
"io.circe" %%% "circe-parser" % "0.14.9" % Test,
Expand Down

0 comments on commit 2c9769a

Please sign in to comment.