@@ -20,7 +20,7 @@ lazy val commonSettings = Seq(
20
20
url = url(" https://twitter.com/aplokhotnyuk" )
21
21
)
22
22
),
23
- scalaVersion := " 3.3.3 " ,
23
+ scalaVersion := " 2.13.14 " ,
24
24
scalacOptions ++= Seq (
25
25
" -deprecation" ,
26
26
" -encoding" , " UTF-8" ,
@@ -247,7 +247,7 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
247
247
.settings(commonSettings)
248
248
.settings(noPublishSettings)
249
249
.settings(
250
- crossScalaVersions := Seq (" 3.3.3 " , " 2.13.14" ),
250
+ crossScalaVersions := Seq (" 3.4.2 " , " 2.13.14" ),
251
251
scalacOptions ++= (CrossVersion .partialVersion(scalaVersion.value) match {
252
252
case Some ((2 , _)) => Seq ()
253
253
case _ => Seq (" -Yretain-trees" , " -Xmax-inlines:100" )
@@ -257,13 +257,13 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
257
257
" org.playframework" %%% " play-json" % " 3.0.4" ,
258
258
" dev.zio" %%% " zio-json" % " 0.7.1" ,
259
259
" com.evolutiongaming" %%% " play-json-jsoniter" % " 0.10.3" ,
260
- " com.lihaoyi" %%% " upickle" % " 3.3.1 " ,
260
+ " com.lihaoyi" %%% " upickle" % " 4.0.0 " ,
261
261
" io.circe" %%% " circe-generic" % " 0.14.9" ,
262
262
" io.circe" %%% " circe-parser" % " 0.14.9" ,
263
263
" io.circe" %%% " circe-jawn" % " 0.14.9" ,
264
264
" 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 " ,
267
267
" com.rallyhealth" %% " weepickle-v1" % " 1.9.1" ,
268
268
" com.fasterxml.jackson.module" %% " jackson-module-scala" % " 2.17.2" ,
269
269
" com.fasterxml.jackson.datatype" % " jackson-datatype-jsr310" % " 2.17.2" ,
0 commit comments