Skip to content

Commit 8b9bf69

Browse files
committed
chore: 🤖 Upgrade sbt-version-policy to 1.0.1
1 parent 0c592e3 commit 8b9bf69

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1616
- [Core] Updated `cucumber-core` dependency to [6.10.4](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
1717
- [Scala] Upgrade `scala-collection-compat` to 2.4.4
1818
- [Build] Upgrade `sbt-projectmatrix` to 0.8.0
19+
- [Build] Upgrade `sbt-version-policy` to 1.0.1
1920

2021
### Deprecated
2122

‎project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.8.0")
55
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
66

77
// Version policy check
8-
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "1.0.0-RC5")
8+
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "1.0.1")
99

1010
// Release
1111
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")

0 commit comments

Comments
 (0)