Skip to content

Commit c60560d

Browse files
Update borer-derivation to 1.16.2 (plokhotnyuk#1332)
1 parent 56a3720 commit c60560d

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
@@ -338,7 +338,7 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
338338
)
339339
case _ => Seq(
340340
"org.scala-lang" %% "scala3-staging" % scalaVersion.value, // required by `OpenRTBReading.json4sNative` and `OpenRTBReading.json4sNative` benchmarks for Scala 3
341-
"io.bullet" %%% "borer-derivation" % "1.16.1"
341+
"io.bullet" %%% "borer-derivation" % "1.16.2"
342342
)
343343
})
344344
)

0 commit comments

Comments
 (0)