Skip to content

Commit

Permalink
Upgrade to sbt-1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Jan 10, 2018
1 parent 99635a2 commit 512a7c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ sudo: false

env:
- sbt_version=0.13.16
- sbt_version=1.0.4
- sbt_version=1.1.0-RC1
- sbt_version=1.1.0

script:
- sbt "^^ ${sbt_version}" compile scripted
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.0.4
sbt.version=1.1.0
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6")
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.3.13")
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.3.0")
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.4.0")

libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value

0 comments on commit 512a7c4

Please sign in to comment.