@@ -14,14 +14,14 @@ lazy val commonSettings = Seq(
14
14
" --add-exports" , " java.base/jdk.internal.vm=ALL-UNNAMED" ,
15
15
" --add-opens" , " java.base/java.nio=ALL-UNNAMED" ,
16
16
),
17
- version := " 2024.3.1 .1" ,
18
- scalaVersion := " 2.13.15 " ,
17
+ version := " 2025 .1" ,
18
+ scalaVersion := " 2.13.16 " ,
19
19
libraryDependencies ++= Seq (
20
20
" 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 ,
23
23
" 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 ,
25
25
" org.opentest4j" % " opentest4j" % " 1.3.0" % Test
26
26
)
27
27
)
@@ -31,12 +31,12 @@ lazy val `cucumber-scala` = project
31
31
.settings(
32
32
commonSettings,
33
33
ThisBuild / intellijPluginName := " intellij-cucumber-scala" ,
34
- ThisBuild / intellijBuild := " 243.22562.218 " ,
34
+ ThisBuild / intellijBuild := " 251.23774.435 " ,
35
35
ThisBuild / intellijPlatform := IntelliJPlatform .IdeaCommunity ,
36
36
Compile / javacOptions ++= " --release" :: " 21" :: Nil ,
37
37
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
40
40
),
41
41
intellijVMOptions := intellijVMOptions.value.copy(
42
42
defaultOptions = Seq (
0 commit comments