@@ -14,14 +14,14 @@ lazy val commonSettings = Seq(
1414 " --add-exports" , " java.base/jdk.internal.vm=ALL-UNNAMED" ,
1515 " --add-opens" , " java.base/java.nio=ALL-UNNAMED" ,
1616 ),
17- version := " 2024.3.1 .1" ,
18- scalaVersion := " 2.13.15 " ,
17+ version := " 2025 .1" ,
18+ scalaVersion := " 2.13.16 " ,
1919 libraryDependencies ++= Seq (
2020 " junit" % " junit" % " 4.13.2" % Test ,
21- " io.cucumber" %% " cucumber-scala" % " 8.25.1 " ,
22- " io.cucumber" % " cucumber-junit" % " 7.20.1 " % Test ,
21+ " io.cucumber" %% " cucumber-scala" % " 8.27.0 " ,
22+ " io.cucumber" % " cucumber-junit" % " 7.22.0 " % Test ,
2323 " org.scalatest" %% " scalatest" % " 3.2.19" % Test ,
24- " org.scalatestplus" %% " junit-4-13" % " 3.2.19.0 " % Test ,
24+ " org.scalatestplus" %% " junit-4-13" % " 3.2.19.1 " % Test ,
2525 " org.opentest4j" % " opentest4j" % " 1.3.0" % Test
2626 )
2727)
@@ -31,12 +31,12 @@ lazy val `cucumber-scala` = project
3131 .settings(
3232 commonSettings,
3333 ThisBuild / intellijPluginName := " intellij-cucumber-scala" ,
34- ThisBuild / intellijBuild := " 243.22562.218 " ,
34+ ThisBuild / intellijBuild := " 251.23774.435 " ,
3535 ThisBuild / intellijPlatform := IntelliJPlatform .IdeaCommunity ,
3636 Compile / javacOptions ++= " --release" :: " 21" :: Nil ,
3737 intellijPlugins ++= Seq (
38- " org.intellij.scala:2024.3.23 " .toPlugin,
39- " gherkin:243.22562.13 " .toPlugin
38+ " org.intellij.scala:2025.1.20 " .toPlugin,
39+ " gherkin:251.23774.318 " .toPlugin
4040 ),
4141 intellijVMOptions := intellijVMOptions.value.copy(
4242 defaultOptions = Seq (
0 commit comments