File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
23
23
- [ Build] chore(deps): update dependency com.github.sbt: sbt-pgp to v2.3.1
24
24
- [ Build] chore(deps): update dependency scalafmt to v3.8.6
25
25
- [ Build] chore(deps): update dependency org.scalameta: sbt-scalafmt to v2.5.4
26
+ - [ Build] use new groupId for sbt-release plugin and bump to v1.4.0
26
27
27
28
### Deprecated
28
29
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
8
8
addSbtPlugin(" ch.epfl.scala" % " sbt-version-policy" % " 3.2.1" )
9
9
10
10
// Release
11
- addSbtPlugin(" com.github.gseitz " % " sbt-release" % " 1.0.13 " )
11
+ addSbtPlugin(" com.github.sbt " % " sbt-release" % " 1.4.0 " )
12
12
13
13
// Publishing
14
14
addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.12.2" )
You can’t perform that action at this time.
0 commit comments