Skip to content

Commit

Permalink
Merge pull request akka#796 from ihostage/fix_driver_version_docs
Browse files Browse the repository at this point in the history
Sync the version of the driver with Alpakka Cassandra
  • Loading branch information
johanandren committed Jul 23, 2020
2 parents fb602a0 + 5fdd81d commit f0ef52a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -11,7 +11,8 @@ before_install:
# fetch full history for correct current and previous version detection
- git fetch --unshallow
# using jabba for custom jdk management
- curl -sL https://raw.githubusercontent.com/shyiko/jabba/0.11.1/install.sh | bash && . ~/.jabba/jabba.sh
- if [ ! -f ~/.jabba/jabba.sh ]; then curl -L -v --retry 5 -o jabba-install.sh https://raw.githubusercontent.com/shyiko/jabba/0.11.2/install.sh && bash jabba-install.sh; fi
- . ~/.jabba/jabba.sh
- jabba install adopt@~1.8-0
- jabba install adopt@~1.11-0

Expand Down Expand Up @@ -83,7 +84,7 @@ cache:
- $HOME/.cache/coursier
- $HOME/.ivy2/cache
- $HOME/.sbt
- $HOME/.jabba/jdk
- $HOME/.jabba

env:
global:
Expand Down
3 changes: 2 additions & 1 deletion project/Dependencies.scala
Expand Up @@ -9,7 +9,8 @@ object Dependencies {
val AkkaVersion = System.getProperty("override.akka.version", "2.6.4")
val AkkaVersionInDocs = AkkaVersion.take(3)
val CassandraVersionInDocs = "4.0"
val DriverVersionInDocs = "4.5"
// Should be sync with the version of the driver in Alpakka Cassandra
val DriverVersionInDocs = "4.6"

val AlpakkaVersion = "2.0.1"
val AlpakkaVersionInDocs = AlpakkaVersion.take(3)
Expand Down

0 comments on commit f0ef52a

Please sign in to comment.