Skip to content

Commit

Permalink
1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
etaty committed Jan 2, 2017
1 parent 15ccdd3 commit af9017a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ From version 1.8.0:
* use akka 2.4.12 (java 1.8)
* released for scala 2.11 & 2.12
```scala
libraryDependencies += "com.github.etaty" %% "rediscala" % "1.8.0-SNAPSHOT"
libraryDependencies += "com.github.etaty" %% "rediscala" % "1.8.0"
```

From version 1.3.1:
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "1.8.0-SNAPSHOT"
version in ThisBuild := "1.8.0"

0 comments on commit af9017a

Please sign in to comment.