@@ -20,7 +20,7 @@ lazy val commonSettings = Seq(
2020 url = url(" https://twitter.com/aplokhotnyuk" )
2121 )
2222 ),
23- scalaVersion := " 3.3.3 " ,
23+ scalaVersion := " 2.13.14 " ,
2424 scalacOptions ++= Seq (
2525 " -deprecation" ,
2626 " -encoding" , " UTF-8" ,
@@ -247,7 +247,7 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
247247 .settings(commonSettings)
248248 .settings(noPublishSettings)
249249 .settings(
250- crossScalaVersions := Seq (" 3.3.3 " , " 2.13.14" ),
250+ crossScalaVersions := Seq (" 3.4.2 " , " 2.13.14" ),
251251 scalacOptions ++= (CrossVersion .partialVersion(scalaVersion.value) match {
252252 case Some ((2 , _)) => Seq ()
253253 case _ => Seq (" -Yretain-trees" , " -Xmax-inlines:100" )
@@ -257,13 +257,13 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
257257 " org.playframework" %%% " play-json" % " 3.0.4" ,
258258 " dev.zio" %%% " zio-json" % " 0.7.1" ,
259259 " com.evolutiongaming" %%% " play-json-jsoniter" % " 0.10.3" ,
260- " com.lihaoyi" %%% " upickle" % " 3.3.1 " ,
260+ " com.lihaoyi" %%% " upickle" % " 4.0.0 " ,
261261 " io.circe" %%% " circe-generic" % " 0.14.9" ,
262262 " io.circe" %%% " circe-parser" % " 0.14.9" ,
263263 " io.circe" %%% " circe-jawn" % " 0.14.9" ,
264264 " com.disneystreaming.smithy4s" %%% " smithy4s-json" % " 0.18.23" ,
265- " org.json4s" %% " json4s-jackson" % " 4.1.0-M5 " ,
266- " org.json4s" %% " json4s-native" % " 4.1.0-M5 " ,
265+ " org.json4s" %% " json4s-jackson" % " 4.1.0-M6 " ,
266+ " org.json4s" %% " json4s-native" % " 4.1.0-M6 " ,
267267 " com.rallyhealth" %% " weepickle-v1" % " 1.9.1" ,
268268 " com.fasterxml.jackson.module" %% " jackson-module-scala" % " 2.17.2" ,
269269 " com.fasterxml.jackson.datatype" % " jackson-datatype-jsr310" % " 2.17.2" ,
0 commit comments