File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ 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 [ 6.10.4] ( https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md )
17
+ - [ Scala] Upgrade ` scala-collection-compat ` to 2.4.4
18
+ - [ Build] Upgrade ` sbt-projectmatrix ` to 0.8.0
19
+ - [ Build] Upgrade ` sbt-version-policy ` to 1.0.1
20
+
16
21
### Deprecated
17
22
18
23
### 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 = " 6.10.3 "
41
+ val cucumberVersion = " 6.10.4 "
42
42
val jacksonVersion = " 2.12.3"
43
43
val mockitoScalaVersion = " 1.16.37"
44
44
val junitVersion = " 4.13.2"
@@ -83,7 +83,7 @@ lazy val cucumberScala = (projectMatrix in file("cucumber-scala"))
83
83
libraryDependencies ++= {
84
84
CrossVersion .partialVersion(scalaVersion.value) match {
85
85
case Some ((2 , n)) if n <= 12 =>
86
- List (" org.scala-lang.modules" %% " scala-collection-compat" % " 2.4.2 " )
86
+ List (" org.scala-lang.modules" %% " scala-collection-compat" % " 2.4.4 " )
87
87
case _ => Nil
88
88
}
89
89
},
Original file line number Diff line number Diff line change 1
- libraryDependencies += " io.cucumber" % " cucumber-core" % " 6.10.3 "
2
- libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.4.3 "
1
+ libraryDependencies += " io.cucumber" % " cucumber-core" % " 6.10.4 "
2
+ libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.4.4 "
Original file line number Diff line number Diff line change 1
1
// Cross compilation matrix
2
- addSbtPlugin(" com.eed3si9n" % " sbt-projectmatrix" % " 0.7 .0" )
2
+ addSbtPlugin(" com.eed3si9n" % " sbt-projectmatrix" % " 0.8 .0" )
3
3
4
4
// Scalafmt (formatter)
5
5
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.2" )
6
6
7
7
// 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 " )
9
9
10
10
// Release
11
11
addSbtPlugin(" com.github.gseitz" % " sbt-release" % " 1.0.13" )
You can’t perform that action at this time.
0 commit comments