diff --git a/build.sbt b/build.sbt index 8b6b52e..199ba6c 100644 --- a/build.sbt +++ b/build.sbt @@ -60,7 +60,7 @@ lazy val root = (project in file(".")) .settings(commonSettings) .settings( name := "scruid", - version := "2.0.1-SNAPSHOT", + version := "2.1.0", libraryDependencies ++= Seq( "com.typesafe" % "config" % "1.3.3", "io.circe" %% "circe-core" % circeVersion,