Skip to content

Commit 8b99bc1

Browse files
Merge pull request #1 from ServiceRocket/feature/scala-2.12
Scala 2.12.4 + sbt 1.1.0
2 parents 5948ace + 5d14fe5 commit 8b99bc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
javacOptions ++= Seq("-source", "1.8", "-target", "1.8", "-Xlint")
22
scalacOptions ++= Seq("-feature", "-target:jvm-1.8")
3-
scalaVersion := "2.11.12"
3+
scalaVersion := "2.12.4"
44
val ScalacheckVersion = "1.13.5"
55

66
credentials += Credentials(Path.userHome / ".ivy2" / ".credentials")

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.0.4
1+
sbt.version=1.1.0

0 commit comments

Comments
 (0)