Skip to content

Commit

Permalink
Updated akka to 2.5.8, and scala 2.11.x to 2.11.12 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
WellingR authored and octonato committed Dec 18, 2017
1 parent 80c5f75 commit a1ebadc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_install:
- docker inspect oracle
- docker ps -a
scala:
- 2.11.11
- 2.11.12
- 2.12.4
jdk:
- oraclejdk8
Expand Down
4 changes: 2 additions & 2 deletions project/ProjectAutoPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import sbt._
import scalariform.formatter.preferences.FormattingPreferences

object ProjectAutoPlugin extends AutoPlugin {
final val AkkaVersion = "2.5.6"
final val AkkaVersion = "2.5.8"
final val SlickVersion = "3.2.1"
final val ScalaTestVersion = "3.0.3"

Expand Down Expand Up @@ -38,7 +38,7 @@ object ProjectAutoPlugin extends AutoPlugin {

scalaVersion := "2.12.4",

crossScalaVersions := Seq("2.11.11", "2.12.4"),
crossScalaVersions := Seq("2.11.12", "2.12.4"),

fork in Test := true,

Expand Down

0 comments on commit a1ebadc

Please sign in to comment.