diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 42fd09d70..4fee8b2ef 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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" diff --git a/project/plugins.sbt b/project/plugins.sbt index 08cf4ec63..0c01ed20b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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")