Skip to content

Commit

Permalink
Upgrades Akka to 2.5.17.
Browse files Browse the repository at this point in the history
  • Loading branch information
odd committed Oct 5, 2018
1 parent 816258e commit e95b650
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions project/ProjectAutoPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ import SbtScalariform.autoImport._
import scalariform.formatter.preferences.FormattingPreferences

object ProjectAutoPlugin extends AutoPlugin {
final val AkkaVersion = "2.5.16"
final val ScalaVersion = "2.12.7"
final val AkkaVersion = "2.5.17"
final val SlickVersion = "3.2.3"
final val ScalaTestVersion = "3.0.5"

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

licenses += ("Apache-2.0", url("http://opensource.org/licenses/apache2.0.php")),

scalaVersion := "2.12.6",
scalaVersion := ScalaVersion,

crossScalaVersions := Seq("2.11.12", "2.12.6"),
crossScalaVersions := Seq("2.11.12", ScalaVersion),

fork in Test := true,

Expand Down

0 comments on commit e95b650

Please sign in to comment.