Update plugins

This commit is contained in:
Taro L. Saito 2016-01-22 18:48:34 +09:00
parent e3d9fb48e9
commit 3ba45d5a36
3 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,9 @@
language: scala
sudo: false
scala:
- 2.11.1
- 2.11.7
jdk:
- openjdk6
- openjdk7

View File

@ -1,2 +1,2 @@
sbt.version=0.13.8
sbt.version=0.13.9

View File

@ -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")