Skip to content

Commit

Permalink
Scala 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Jan 25, 2017
1 parent 078cb0a commit f35255c
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 @@ -12,7 +12,7 @@ lazy val root = (project in file(".")).
inThisBuild(List(
version := "0.3.0-SNAPSHOT",
organization := "org.scala-sbt",
crossScalaVersions := Seq("2.12.0", "2.11.8", "2.10.6"),
crossScalaVersions := Seq("2.12.1", "2.11.8", "2.10.6"),
scalaVersion := "2.10.6",
organizationName := "sbt",
organizationHomepage := Some(url("http://scala-sbt.org/")),
Expand Down

0 comments on commit f35255c

Please sign in to comment.