File tree 4 files changed +15
-8
lines changed
4 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,13 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
13
13
14
14
### Changed
15
15
16
+ - [ Core] Updated ` cucumber-core ` dependency to [ 7.10.0] ( https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md )
17
+ - [ Scala] Updated ` scala-collection-compat ` dependency to 2.9.0
18
+ - [ Build] Updated ` scalafmt ` dependency to 2.5.0
19
+ - [ Build] Updated ` sbt-sonatype ` dependency to 3.9.15
20
+ - [ Build] Updated ` sbt-version-policy ` dependency to 2.1.0
21
+ - [ Build] Updated ` sbt-pgp ` dependency to 2.2.1
22
+
16
23
### Deprecated
17
24
18
25
### Removed
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ scalaVersion := scala213
38
38
39
39
// Library versions
40
40
41
- val cucumberVersion = " 7.9 .0"
41
+ val cucumberVersion = " 7.10 .0"
42
42
val jacksonVersion = " 2.13.4"
43
43
val mockitoScalaVersion = " 1.17.12"
44
44
val junitVersion = " 4.13.2"
@@ -86,7 +86,7 @@ lazy val cucumberScala = (projectMatrix in file("cucumber-scala"))
86
86
libraryDependencies ++= {
87
87
CrossVersion .partialVersion(scalaVersion.value) match {
88
88
case Some ((2 , n)) if n == 12 =>
89
- List (" org.scala-lang.modules" %% " scala-collection-compat" % " 2.8.1 " )
89
+ List (" org.scala-lang.modules" %% " scala-collection-compat" % " 2.9.0 " )
90
90
case _ => Nil
91
91
}
92
92
},
Original file line number Diff line number Diff line change 1
- libraryDependencies += " io.cucumber" % " cucumber-core" % " 7.9 .0"
2
- libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.8.1 "
1
+ libraryDependencies += " io.cucumber" % " cucumber-core" % " 7.10 .0"
2
+ libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.9.0 "
Original file line number Diff line number Diff line change 2
2
addSbtPlugin(" com.eed3si9n" % " sbt-projectmatrix" % " 0.9.0" )
3
3
4
4
// Scalafmt (formatter)
5
- addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.6 " )
5
+ addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.0 " )
6
6
7
7
// Version policy check
8
- addSbtPlugin(" ch.epfl.scala" % " sbt-version-policy" % " 2.0.1 " )
8
+ addSbtPlugin(" ch.epfl.scala" % " sbt-version-policy" % " 2.1.0 " )
9
9
10
10
// Release
11
11
addSbtPlugin(" com.github.gseitz" % " sbt-release" % " 1.0.13" )
12
12
13
13
// Publishing
14
- addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.13 " )
15
- addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.1.2 " )
14
+ addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.15 " )
15
+ addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.2.1 " )
You can’t perform that action at this time.
0 commit comments