Skip to content

Commit

Permalink
Merge branch 'sbt_upgrade'
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Dec 6, 2019
2 parents 69eaaf0 + 6cfa7eb commit 7430db2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ branches:
- /^v\d+\.\d+\.\d+$/ # don't redundantly build tags

scala:
- 2.12.8
- 2.12.10

script:
- sbt ++$TRAVIS_SCALA_VERSION ci
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ThisBuild / publishFullName := "Daniel Spiewak"
ThisBuild / bintrayVcsUrl := Some("git@github.com:djspiewak/sbt-spiewak.git")

ThisBuild / sbtPlugin := true
ThisBuild / sbtVersion := "1.2.8"
ThisBuild / sbtVersion := "1.3.3"

enablePlugins(SbtPlugin)

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.2.8
sbt.version=1.3.3
1 change: 0 additions & 1 deletion project/project/plugins.sbt

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.2.8
sbt.version=1.3.3

0 comments on commit 7430db2

Please sign in to comment.