From c87ac88e5748975bdb6749302495fd4d99ad5a0f Mon Sep 17 00:00:00 2001 From: dufrannea <680334+dufrannea@users.noreply.github.com> Date: Wed, 10 Jul 2019 13:20:08 +0200 Subject: [PATCH] Bumps cuttle to 0.9.9 (#419) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 46e6b34b9..8152cc996 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ val devMode = settingKey[Boolean]("Some build optimization are applied in devMode.") val writeClasspath = taskKey[File]("Write the project classpath to a file.") -val VERSION = "0.9.8" +val VERSION = "0.9.9" lazy val catsCore = "1.5.0" lazy val circe = "0.10.1"