Skip to content

Commit

Permalink
Update scala3-library, ... to 3.5.2-RC2 (#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 11, 2024
1 parent a0a7929 commit fc250e9
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 @@ -237,7 +237,7 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
.settings(commonSettings)
.settings(noPublishSettings)
.settings(
crossScalaVersions := Seq("3.5.2-RC1", "2.13.15"),
crossScalaVersions := Seq("3.5.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 fc250e9

Please sign in to comment.