Skip to content

Commit

Permalink
Update scala3-library, ... to 3.5.2-RC1 (#1197)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 19, 2024
1 parent 3869bd0 commit fdb9625
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 @@ -248,7 +248,7 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
.settings(commonSettings)
.settings(noPublishSettings)
.settings(
crossScalaVersions := Seq("3.5.1-RC2", "2.13.14"),
crossScalaVersions := Seq("3.5.2-RC1", "2.13.14"),
scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, _)) => Seq()
case _ => Seq("-source:3.3", "-Xmax-inlines:100")
Expand Down

0 comments on commit fdb9625

Please sign in to comment.