Skip to content
This repository was archived by the owner on Jul 12, 2021. It is now read-only.

Commit 9c2797f

Browse files
committed
don't build 1.x if you build 1.2.1
1 parent 9191030 commit 9c2797f

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
@@ -7,7 +7,7 @@ enablePlugins(OssLibPlugin)
77
organization := "com.newmotion"
88
name := "sbt-build-seed"
99

10-
crossSbtVersions := Vector("0.13.17", "1.1.6", "1.2.0")
10+
crossSbtVersions := Vector("0.13.17", "1.2.1")
1111
releaseCrossBuild := false
1212

1313
libraryDependencies ++= {

project/build.properties

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

0 commit comments

Comments
 (0)