Skip to content

Commit

Permalink
Update Scala to 2.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtung committed Oct 16, 2017
1 parent 7a53b7a commit 20f2f8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ organization := "com.github.tomtung"

version := "0.2.1"

scalaVersion := "2.12.1"
scalaVersion := "2.12.3"

crossScalaVersions := Seq("2.11.11", "2.12.2")
crossScalaVersions := Seq("2.11.11", "2.12.3")

licenses := Seq("Apache 2" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt"))

Expand Down

0 comments on commit 20f2f8d

Please sign in to comment.