Skip to content

Commit 094f50d

Browse files
committed
chore: plugins updated 5 dependency updates for project
* dev.quadstingray:sbt-json : 0.6.5 -> 0.7.1 * org.scoverage:sbt-scoverage : 2.0.9 -> 2.0.11 * org.xerial.sbt:sbt-sonatype : 3.9.21 -> 3.10.0 * "com.github.gseitz" % "sbt-release" => "com.github.sbt" % "sbt-release" and changes for keep handling like before
1 parent 4d18469 commit 094f50d

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

build_release.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ import sbtrelease.ReleasePlugin.runtimeVersion
66

77
import scala.sys.process.*
88

9+
releaseVersionBump := sbtrelease.Version.Bump.NextStable
10+
911
val gitAddAllTask = ReleaseStep(action = st => {
1012
"git add .".!
1113
st

project/build.properties

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

project/plugins.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
22

33
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
44

5-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")
5+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
66

77
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
88

@@ -13,13 +13,13 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
1313
addSbtPlugin("com.github.fedragon" % "sbt-todolist" % "0.7")
1414

1515
// Release
16-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
16+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")
1717

1818
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.1")
1919

20-
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")
20+
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
2121

22-
addSbtPlugin("dev.quadstingray" %% "sbt-json" % "0.6.5")
22+
addSbtPlugin("dev.quadstingray" %% "sbt-json" % "0.7.1")
2323

2424
addDependencyTreePlugin
2525

0 commit comments

Comments
 (0)