Skip to content

Commit

Permalink
Update sbt, scripted-plugin to 1.5.4
Browse files Browse the repository at this point in the history
drop old sbt support
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Jun 24, 2021
1 parent 6d265de commit f29b881
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 4 deletions.
3 changes: 0 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ name := "sbt-release"
homepage := Some(url("https://github.com/sbt/sbt-release"))
licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0"))

// Don't update crossSbtVersions!
// https://github.com/sbt/sbt/issues/5049
crossSbtVersions := Vector("1.1.6")
publishMavenStyle := true
scalacOptions ++= Seq("-deprecation", "-feature", "-language:implicitConversions")

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.3.13
sbt.version=1.5.4
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import ReleaseTransformations._
import sbt.complete.DefaultParsers._

name := "command-line-version-numbers"

publishTo := Some(Resolver.file("file", new File( "." )) )

releaseProcess := Seq[ReleaseStep](
Expand Down
2 changes: 2 additions & 0 deletions src/sbt-test/sbt-release/cross/test
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ $ exec git init .
$ exec git add .
$ exec git commit -m init

> reload

> release with-defaults
$ exists target/scala-2.11
-$ exists target/scala-2.10
Expand Down
2 changes: 2 additions & 0 deletions src/sbt-test/sbt-release/exit-code/test
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ $ exec git init .
$ exec git add .
$ exec git commit -m init

> reload

> checkExitCodes
2 changes: 2 additions & 0 deletions src/sbt-test/sbt-release/mercurial/test
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ $ exec hg init .
$ exec hg add .
$ exec hg commit -m init

> reload

> release with-defaults
$ exists target/scala-2.11
2 changes: 2 additions & 0 deletions src/sbt-test/sbt-release/skip-tests/test
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ $ exec git init .
$ exec git add .
$ exec git commit -m init

> reload

-> release with-defaults

> release with-defaults skip-tests
2 changes: 2 additions & 0 deletions src/sbt-test/sbt-release/tag-default/test
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ $ exec git init .
$ exec git add .
$ exec git commit -m init

> reload

#prerequisite for the use case covered
$ exec git tag v0.1.0

Expand Down
2 changes: 2 additions & 0 deletions src/sbt-test/sbt-release/with-defaults/test
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ $ exec git init .
$ exec git add .
$ exec git commit -m init

> reload

-> release
> release with-defaults

0 comments on commit f29b881

Please sign in to comment.