From c3b81482737177b8a6f350b7cb1a4e639d74af14 Mon Sep 17 00:00:00 2001 From: Bas Beelen Date: Tue, 29 May 2018 15:32:28 +0200 Subject: [PATCH] Prepare for v1.1.1 release --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e1098b2..530907a 100644 --- a/build.sbt +++ b/build.sbt @@ -58,7 +58,7 @@ lazy val root = (project in file(".")) .settings(commonSettings) .settings( name := "scruid", - version := "1.1.0", + version := "1.1.1", libraryDependencies ++= Seq( "com.typesafe" % "config" % "1.3.3", "io.circe" %% "circe-core" % circeVersion,