From c540feb8b273fd677a012ea0490abea0e8d01de3 Mon Sep 17 00:00:00 2001 From: eryshev Date: Tue, 30 Apr 2019 11:35:06 +0200 Subject: [PATCH] bump version 0.9.7 (#395) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5e23ed14e..3f27d1bd8 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.6" +val VERSION = "0.9.7" lazy val catsCore = "1.5.0" lazy val circe = "0.10.1"