We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff73509 commit 9455106Copy full SHA for 9455106
.travis.yml
@@ -2,7 +2,7 @@ language: scala
2
3
scala:
4
- 2.11.12
5
- - 2.12.8
+ - 2.12.9
6
7
jdk:
8
- openjdk8
Makefile
@@ -1,5 +1,5 @@
1
SCALA_NAME = scala-2.12
-SCALA_VERSION = 2.12.8
+SCALA_VERSION = 2.12.9
.PHONY: all pages
all: pages package
project/build.properties
@@ -1 +1 @@
-sbt.version=1.1.2
+sbt.version=1.3.0
0 commit comments