File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,3 @@ lazy val plugin = project
42
42
43
43
ThisBuild / organization := " com.github.sbt"
44
44
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
- }
Original file line number Diff line number Diff line change 1
- sbt.version =1.10.11
1
+ sbt.version =1.11.1
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.3.1" )
2
1
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.4" )
3
2
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" )
6
4
7
5
libraryDependencies += " org.scala-sbt" %% " scripted-plugin" % sbtVersion.value
You can’t perform that action at this time.
0 commit comments