Skip to content

Commit 9e74c6d

Browse files
committed
Turn off Scala 3.4.x warnings
1 parent 0bf19dd commit 9e74c6d

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
@@ -250,7 +250,7 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
250250
crossScalaVersions := Seq("3.4.2", "2.13.14"),
251251
scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
252252
case Some((2, _)) => Seq()
253-
case _ => Seq("-Yretain-trees", "-Xmax-inlines:100")
253+
case _ => Seq("-source:3.3", "-Yretain-trees", "-Xmax-inlines:100")
254254
}),
255255
libraryDependencies ++= Seq(
256256
"io.spray" %% "spray-json" % "1.3.6",

0 commit comments

Comments
 (0)