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 @@ -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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.8.0")
55addSbtPlugin(" 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
1111addSbtPlugin(" com.github.gseitz" % " sbt-release" % " 1.0.13" )
You can’t perform that action at this time.
0 commit comments