Skip to content

Commit

Permalink
bump Scala versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Dec 13, 2017
1 parent 2ad038b commit 2d44899
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 @@ -12,8 +12,8 @@ lazy val root = (project in file(".")).
inThisBuild(List(
version := "0.3.2-SNAPSHOT",
organization := "org.scala-sbt",
crossScalaVersions := Seq("2.12.3", "2.11.11", "2.10.6"),
scalaVersion := "2.10.6",
crossScalaVersions := Seq("2.12.4", "2.11.12", "2.10.7"),
scalaVersion := "2.10.7",
organizationName := "sbt",
organizationHomepage := Some(url("http://scala-sbt.org/")),
homepage := Some(url("http://scala-sbt.org/contraband")),
Expand Down

0 comments on commit 2d44899

Please sign in to comment.