diff --git a/README.md b/README.md index 7b6884ebf..aaff02826 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ For Scala 2.11.x and 2.12.x: [comment]: # (Start Replace) ```scala -"io.frees" %% "frees-rpc" % "0.1.0" +libraryDependencies += "io.frees" %% "frees-rpc" % "0.1.0" ``` [comment]: # (End Replace) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4631fde85..cebfe7dc3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ resolvers += Resolver.sonatypeRepo("releases") -addSbtPlugin("io.frees" % "sbt-freestyle" % "0.3.2") +addSbtPlugin("io.frees" % "sbt-freestyle" % "0.3.7") diff --git a/version.sbt b/version.sbt index d95fe6fb7..e2eaba7df 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.1.1-SNAPSHOT" \ No newline at end of file +version in ThisBuild := "0.1.1" \ No newline at end of file