From a16813d9b5c532e068774ff5046af9c8ba7ba0ae Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 14 Jul 2022 07:09:16 +0000 Subject: [PATCH] Update borer-derivation to 1.8.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index eeb6f7c..3629201 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ libraryDependencies ++= "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.8.1" :: "com.lihaoyi" %% "upickle" % "1.3.12" :: "com.phylage" %% "refuel-json" % "2.0.1" :: - "io.bullet" %% "borer-derivation" % "1.7.2" :: + "io.bullet" %% "borer-derivation" % "1.8.0" :: "com.rallyhealth" %% "weepickle-v1" % "1.4.1" :: Nil