Skip to content

Commit

Permalink
Alpakka Cassandra 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Jun 10, 2020
1 parent 2b807e1 commit 85b0d80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -11,7 +11,7 @@ object Dependencies {
val CassandraVersionInDocs = "4.0"
val DriverVersionInDocs = "4.5"

val AlpakkaVersion = "2.0.0"
val AlpakkaVersion = "2.0.1"
val AlpakkaVersionInDocs = AlpakkaVersion.take(3)
// for example
val AkkaManagementVersion = "1.0.6"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -7,7 +7,7 @@ addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0")
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.6")

// Documentation
addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.32")
addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.33")
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-dependencies" % "0.2.1")
addSbtPlugin("com.lightbend.sbt" % "sbt-publish-rsync" % "0.1")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")
Expand Down

0 comments on commit 85b0d80

Please sign in to comment.