Skip to content

Commit

Permalink
update stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
niqdev committed Oct 7, 2017
1 parent e0a2741 commit 4245dd6
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.7.0"
"com.github.niqdev" %% "akka-stream-cassandra" % "0.7.1"
// you might prefer to use a different version
exclude("com.netflix.astyanax", "astyanax")
)
Expand Down
2 changes: 1 addition & 1 deletion example/src/main/scala/com/github/niqdev/Main.scala
Expand Up @@ -34,7 +34,7 @@ object Main extends App {
private[this] implicit val materializer: ActorMaterializer = ActorMaterializer()
private[this] implicit val executionContext: ExecutionContext = actorSystem.dispatcher

log.debug("@see lib/src/test/scala/com/github/niqdev/stream/CassandraSourceSpec.scala")
log.debug("@see - lib/src/test/scala/com/github/niqdev/stream/CassandraSourceSpec.scala")
/*
val keyspace: Keyspace = ...
val columnFamily: ColumnFamily[String, String] = ...
Expand Down

0 comments on commit 4245dd6

Please sign in to comment.