Skip to content

Commit

Permalink
sbt1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takayahilton committed Sep 11, 2019
1 parent 8ea330f commit 92d509c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
target/
.idea/

2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ matrix:
- env: SBT_VERSION="0.13.18"
scala: 2.10.7

- env: SBT_VERSION="1.2.8"
- env: SBT_VERSION="1.3.0"
scala: 2.12.8

cache:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
@@ -1,7 +1,7 @@
import ReleaseTransformations._

enablePlugins(SbtPlugin)
crossSbtVersions := Seq("0.13.18", "1.2.8")
crossSbtVersions := Seq("0.13.18", "1.3.0")

scalaVersion := "2.12.9"
organization := "com.github.cb372"
Expand Down
2 changes: 1 addition & 1 deletion example/project/build.properties
@@ -1 +1 @@
sbt.version=1.2.8
sbt.version=1.3.0
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version=1.2.8
sbt.version=1.3.0

0 comments on commit 92d509c

Please sign in to comment.