Skip to content

Commit

Permalink
Update borer-derivation to 1.11.0 (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 1, 2023
1 parent 1fb6dbf commit cc6cb54
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 @@ -262,7 +262,7 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
"com.dslplatform" %% "dsl-json-scala" % "2.0.1"
)
case Some((3, _)) => Seq(
"io.bullet" %%% "borer-derivation" % "1.10.3"
"io.bullet" %%% "borer-derivation" % "1.11.0"
)
case _ => Seq()
}),
Expand Down

0 comments on commit cc6cb54

Please sign in to comment.