Skip to content
This repository was archived by the owner on May 22, 2022. It is now read-only.

Commit 6ad1d54

Browse files
committed
sync crossSbtVersions with .travis.yml
1 parent ee949b1 commit 6ad1d54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ lazy val root = project
33
.enablePlugins(BuildInfoPlugin)
44
.settings(
55
sbtPlugin := true,
6-
crossSbtVersions := Vector("0.13.16", "1.0.1"),
6+
crossSbtVersions := Vector("0.13.18", "1.2.8"),
77
name := "sbt-lock",
88
organization := "com.github.tkawachi",
99
licenses := Seq("MIT" -> url("http://opensource.org/licenses/MIT")),

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.16
1+
sbt.version=0.13.18

0 commit comments

Comments
 (0)