Skip to content

Commit 994de2c

Browse files
authored
Merge pull request #227 from mkurz/upgrades_ubuntu_24.04
Latest sbt and sbt-ci-release
2 parents 866b724 + 815b5d0 commit 994de2c

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

build.sbt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,3 @@ lazy val plugin = project
4242

4343
ThisBuild / organization := "com.github.sbt"
4444
ThisBuild / organizationName := "sbt community"
45-
ThisBuild / dynverSonatypeSnapshots := true
46-
ThisBuild / version := {
47-
val orig = (ThisBuild / version).value
48-
if (orig.endsWith("-SNAPSHOT")) "0.9.0-SNAPSHOT"
49-
else orig
50-
}

project/build.properties

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

project/plugins.sbt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
21
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
32
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
4-
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0")
5-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
3+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
64

75
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value

0 commit comments

Comments
 (0)