Skip to content

Commit 879d617

Browse files
committed
Update AvSystem commons-core to 2.25.0
1 parent 266a89c commit 879d617

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
@@ -333,7 +333,7 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
333333
) ++ (CrossVersion.partialVersion(scalaVersion.value) match {
334334
case Some((2, _)) => Seq(
335335
"io.bullet" %%% "borer-derivation" % "1.8.0",
336-
"com.avsystem.commons" %%% "commons-core" % "2.24.0",
336+
"com.avsystem.commons" %%% "commons-core" % "2.25.0",
337337
"com.dslplatform" %% "dsl-json-scala" % "2.0.2"
338338
)
339339
case _ => Seq(

0 commit comments

Comments
 (0)