From 0fd3349f774f58c02dc18f1129c15936f3552265 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 12 May 2021 16:48:44 +0200 Subject: [PATCH] Update refuel-json to 1.5.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c601496..6964fec 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ libraryDependencies ++= "io.argonaut" %% "argonaut" % "6.3.3" :: "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.8.1" :: "com.lihaoyi" %% "upickle" % "1.3.12" :: - "com.phylage" %% "refuel-json" % "1.4.11" :: + "com.phylage" %% "refuel-json" % "1.5.4" :: "io.bullet" %% "borer-derivation" % "1.7.2" :: "com.rallyhealth" %% "weepickle-v1" % "1.4.1" :: Nil