Skip to content

Commit

Permalink
[release][0.6.1]
Browse files Browse the repository at this point in the history
  • Loading branch information
niqdev committed Oct 1, 2017
1 parent 1885035 commit c66b89c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -26,7 +26,7 @@ Add the [jcenter](http://jcenter.bintray.com) repository in your build definitio
resolvers += Resolver.jcenterRepo

libraryDependencies ++= Seq(
"com.github.niqdev" %% "akka-stream-cassandra" % "0.6.0"
"com.github.niqdev" %% "akka-stream-cassandra" % "0.6.1"
)
```

Expand Down
2 changes: 1 addition & 1 deletion example/src/main/scala/com/github/niqdev/Main.scala
Expand Up @@ -44,6 +44,6 @@ object Main extends App {
.runForeach { row =>
log.debug(s"row: ${row.getKey}")
}
*/
*/

}

0 comments on commit c66b89c

Please sign in to comment.