Skip to content

Commit

Permalink
Update commons-core to 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plokhotnyuk committed Aug 5, 2024
1 parent ae67df7 commit 34ae33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
) ++ (CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, _)) => Seq(
"io.bullet" %%% "borer-derivation" % "1.8.0",
"com.avsystem.commons" %%% "commons-core" % "2.16.0",
"com.avsystem.commons" %%% "commons-core" % "2.17.0",
"com.dslplatform" %% "dsl-json-scala" % "2.0.2"
)
case _ => Seq(
Expand Down

0 comments on commit 34ae33a

Please sign in to comment.