Skip to content

Commit

Permalink
Merge pull request #18 from ThoughtWorksInc/template
Browse files Browse the repository at this point in the history
Upgrade template
  • Loading branch information
Atry authored Jun 20, 2019
2 parents 2142fa9 + b78111e commit 1eadc0d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ scala:
- 2.12.8

jdk:
- oraclejdk8
- openjdk8

before_cache:
- find $HOME/.sbt -name '*.lock' -delete
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
addSbtPlugin("com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "7.0.1+28-0b91b5bf")
addSbtPlugin("com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "7.1.0")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.5")

addSbtPlugin("com.dwijnand" % "sbt-dynver" % "3.3.0+14-76cb6848")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "3.3.0+19-f9a4262c")

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")

Expand Down
2 changes: 1 addition & 1 deletion project/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.1.0-M13-4")
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.1.0-M14-3")

0 comments on commit 1eadc0d

Please sign in to comment.