We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d9fb4 commit 3ba45d5Copy full SHA for 3ba45d5
.travis.yml
@@ -1,6 +1,9 @@
1
language: scala
2
+
3
+sudo: false
4
5
scala:
- - 2.11.1
6
+ - 2.11.7
7
jdk:
8
- openjdk6
9
- openjdk7
project/build.properties
@@ -1,2 +1,2 @@
-sbt.version=0.13.8
+sbt.version=0.13.9
project/plugins.sbt
@@ -1,7 +1,7 @@
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.0")
-addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "0.5.0")
+addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
0 commit comments