Skip to content

Commit

Permalink
Update scala3-library, ... to 3.6.2-RC2 (#1222)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 27, 2024
1 parent 350067f commit 1e8412c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
.settings(commonSettings)
.settings(noPublishSettings)
.settings(
crossScalaVersions := Seq("3.6.2-RC1", "2.13.15"),
crossScalaVersions := Seq("3.6.2-RC2", "2.13.15"),
scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, _)) => Seq()
case _ => Seq("-source:3.3", "-Xmax-inlines:100")
Expand Down

0 comments on commit 1e8412c

Please sign in to comment.