File tree Expand file tree Collapse file tree 5 files changed +21
-3
lines changed
cucumber-scala/src/main/scala/io/cucumber/scala Expand file tree Collapse file tree 5 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1313
1414### Changed
1515
16+ - [ Core] Updated ` cucumber-core ` dependency to [ 6.10.0] ( https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md )
17+ - [ Core] Deprecated ` io.cucumber.scala.TL ` in favour of ` io.cucumber.scala.TE `
1618- [ Build] Upgrade to sbt 1.4.5
1719
1820### Deprecated
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ The minor version might differ because Cucumber Scala may add Scala-related feat
1717
1818| Cucumber Scala version | Cucumber version | Scala versions |
1919| ------------------------| ------------------| ------------------|
20- | 6.9.1 | 6.9.1 | 2.11, 2.12, 2.13 |
20+ | 6.10.0 | 6.10.0 | 2.11, 2.12, 2.13 |
2121| 5.7.0 | 5.7.0 | 2.11, 2.12, 2.13 |
2222| 4.7.1 | 4.7.1 | 2.11, 2.12, 2.13 |
2323
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ scalaVersion := scala213
3838
3939// Library versions
4040
41- val cucumberVersion = " 6.9.1 "
41+ val cucumberVersion = " 6.10.0 "
4242val jacksonVersion = " 2.12.1"
4343val mockitoScalaVersion = " 1.16.25"
4444val junitVersion = " 4.13.2"
Original file line number Diff line number Diff line change 1+ package io .cucumber .scala
2+
3+ // Note: defined explicitely as not generated anymore by I18nGenerator
4+ @ deprecated(" moved to io.cucumber.scala.TE" , " 6.10.0" )
5+ trait TL {
6+ this : ScalaDsl =>
7+ val అప ్పుడు = new Step (" అప్పుడు" )
8+
9+ val ఈపర ిస్థితిలో = new Step (" ఈపరిస్థితిలో" )
10+
11+ val క ాని = new Step (" కాని" )
12+
13+ val చ ెప్పబడినది = new Step (" చెప్పబడినది" )
14+
15+ val మర ియు = new Step (" మరియు" )
16+ }
Original file line number Diff line number Diff line change 1- libraryDependencies += " io.cucumber" % " cucumber-core" % " 6.9.1 "
1+ libraryDependencies += " io.cucumber" % " cucumber-core" % " 6.10.0 "
22libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.4.1"
You can’t perform that action at this time.
0 commit comments