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