Skip to content

Commit

Permalink
Merge pull request #57 from sullis/scala-2.12.6
Browse files Browse the repository at this point in the history
Scala 2.12.6
  • Loading branch information
blast-hardcheese authored May 21, 2018
2 parents 5310710 + c4164e7 commit feff57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ licenses in ThisBuild += ("MIT", url("http://opensource.org/licenses/MIT"))
enablePlugins(GitVersioning)
git.useGitDescribe := true

crossScalaVersions := Seq("2.11.11", "2.12.5")
crossScalaVersions := Seq("2.11.11", "2.12.6")
scalaVersion in ThisBuild := crossScalaVersions.value.last

val akkaVersion = "10.0.10"
Expand Down

0 comments on commit feff57d

Please sign in to comment.