Skip to content

Commit e2e7a41

Browse files
committed
Update commons-core to 2.21.0
1 parent 129c298 commit e2e7a41

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
@@ -264,7 +264,7 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
264264
) ++ (CrossVersion.partialVersion(scalaVersion.value) match {
265265
case Some((2, _)) => Seq(
266266
"io.bullet" %%% "borer-derivation" % "1.8.0",
267-
"com.avsystem.commons" %%% "commons-core" % "2.20.0",
267+
"com.avsystem.commons" %%% "commons-core" % "2.21.0",
268268
"com.dslplatform" %% "dsl-json-scala" % "2.0.2"
269269
)
270270
case _ => Seq(

0 commit comments

Comments
 (0)