From cca76f8601fe3ba7f604bca016ddd467d6999028 Mon Sep 17 00:00:00 2001 From: eryshev Date: Thu, 29 Aug 2019 10:46:32 +0200 Subject: [PATCH] Bump version 0.9.13 (#458) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b790150c7..5d826d41d 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.12" +val VERSION = "0.9.13" lazy val catsCore = "1.6.1" lazy val circe = "0.11.1"