From 01c83b4e5345a3ae434b61d06d1fb1aae2b7f2b6 Mon Sep 17 00:00:00 2001 From: dufrannea <680334+dufrannea@users.noreply.github.com> Date: Mon, 28 Jan 2019 11:35:51 +0100 Subject: [PATCH] Bumps to 0.5.4 (#351) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ff2a41f4e..37c53c140 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.5.3" +val VERSION = "0.5.4" lazy val catsCore = "1.5.0" lazy val circe = "0.10.1"