Skip to content

Commit 5332788

Browse files
Update borer-derivation to 1.14.1 (#1165)
1 parent b430c1e commit 5332788

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
@@ -275,7 +275,7 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
275275
"org.scalatest" %%% "scalatest" % "3.2.19" % Test
276276
) ++ (CrossVersion.partialVersion(scalaVersion.value) match {
277277
case Some((3, _)) => Seq(
278-
"io.bullet" %%% "borer-derivation" % "1.14.0"
278+
"io.bullet" %%% "borer-derivation" % "1.14.1"
279279
)
280280
case _ => Seq(
281281
"io.bullet" %%% "borer-derivation" % "1.8.0",

0 commit comments

Comments
 (0)