Skip to content

Commit 1e8412c

Browse files
Update scala3-library, ... to 3.6.2-RC2 (#1222)
1 parent 350067f commit 1e8412c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
234234
.settings(commonSettings)
235235
.settings(noPublishSettings)
236236
.settings(
237-
crossScalaVersions := Seq("3.6.2-RC1", "2.13.15"),
237+
crossScalaVersions := Seq("3.6.2-RC2", "2.13.15"),
238238
scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
239239
case Some((2, _)) => Seq()
240240
case _ => Seq("-source:3.3", "-Xmax-inlines:100")

0 commit comments

Comments
 (0)