Skip to content

Commit

Permalink
Merge pull request akka#791 from ennru/alpakka-2.0.1
Browse files Browse the repository at this point in the history
Alpakka Cassandra 2.0.1
  • Loading branch information
octonato committed Jun 10, 2020
2 parents bca4f4b + 85b0d80 commit fb602a0
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 fb602a0

Please sign in to comment.