Skip to content

Commit 0491000

Browse files
Update commons-core to 2.23.1 (#1303)
1 parent d2d6366 commit 0491000

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
@@ -262,7 +262,7 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
262262
) ++ (CrossVersion.partialVersion(scalaVersion.value) match {
263263
case Some((2, _)) => Seq(
264264
"io.bullet" %%% "borer-derivation" % "1.8.0",
265-
"com.avsystem.commons" %%% "commons-core" % "2.23.0",
265+
"com.avsystem.commons" %%% "commons-core" % "2.23.1",
266266
"com.dslplatform" %% "dsl-json-scala" % "2.0.2"
267267
)
268268
case _ => Seq(

0 commit comments

Comments
 (0)