Skip to content

Commit

Permalink
Upgrades to the latest version of sbt-freestyle: (#64)
Browse files Browse the repository at this point in the history
* Upgrading to Freestyle 0.4.1
* Upgrading to pbdirect 0.0.5
* Others
* Releases a new patch version
  • Loading branch information
juanpedromoreno authored Oct 24, 2017
1 parent bbf74d2 commit 0608592
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
resolvers += Resolver.sonatypeRepo("releases")
addSbtPlugin("io.frees" % "sbt-freestyle" % "0.3.2")
addSbtPlugin("io.frees" % "sbt-freestyle" % "0.3.7")
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.1.1-SNAPSHOT"
version in ThisBuild := "0.1.1"

0 comments on commit 0608592

Please sign in to comment.