Skip to content

Commit 76e4ffc

Browse files
authored
Merge pull request #56 from benhutchison/2.0.x
Update to latest scala patch versions
2 parents 2b09fcc + 05afeeb commit 76e4ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version := "2.0.0-SNAPSHOT"
88

99
scalaVersion := crossScalaVersions.value.head
1010

11-
crossScalaVersions := Seq("2.11.6", "2.12.0-M1")
11+
crossScalaVersions := Seq("2.11.8", "2.12.1")
1212

1313
scalacOptions ++= Seq("-deprecation", "-feature")
1414

0 commit comments

Comments
 (0)