Skip to content

Commit

Permalink
Prepare for v1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas Beelen committed May 29, 2018
1 parent 6cca291 commit c3b8148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c3b8148

Please sign in to comment.