Skip to content

Commit dab5824

Browse files
authored
Update build.sbt
1 parent ec507ca commit dab5824

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

build.sbt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ lazy val commonSettings = Seq(
1313
"--add-opens", "java.desktop/sun.font=ALL-UNNAMED",
1414
"--add-exports", "java.base/jdk.internal.vm=ALL-UNNAMED",
1515
),
16-
version := "2024.2.1",
17-
scalaVersion := "2.13.14",
16+
version := "2024.3",
17+
scalaVersion := "2.13.15",
1818
libraryDependencies ++= Seq(
1919
"junit" % "junit" % "4.13.2" % Test,
20-
"io.cucumber" %% "cucumber-scala" % "8.23.1",
21-
"io.cucumber" % "cucumber-junit" % "7.18.1" % Test,
20+
"io.cucumber" %% "cucumber-scala" % "8.25.1",
21+
"io.cucumber" % "cucumber-junit" % "7.20.1" % Test,
2222
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
2323
"org.scalatestplus" %% "junit-4-13" % "3.2.19.0" % Test,
2424
"org.opentest4j" % "opentest4j" % "1.3.0" % Test
@@ -30,18 +30,18 @@ lazy val `cucumber-scala` = project
3030
.settings(
3131
commonSettings,
3232
ThisBuild / intellijPluginName := "intellij-cucumber-scala",
33-
ThisBuild / intellijBuild := "242.21829.142",
33+
ThisBuild / intellijBuild := "243.21565.193",
3434
ThisBuild / intellijPlatform := IntelliJPlatform.IdeaCommunity,
3535
Compile / javacOptions ++= "--release" :: "17" :: Nil,
3636
intellijPlugins ++= Seq(
37-
"org.intellij.scala:2024.2.25".toPlugin,
38-
"gherkin:242.20224.159".toPlugin
37+
"org.intellij.scala:2024.3.18".toPlugin,
38+
"gherkin:243.21565.122".toPlugin
3939
),
4040
packageMethod := PackagingMethod.Standalone(),
4141
patchPluginXml := pluginXmlOptions { xml =>
4242
xml.version = version.value
43-
xml.sinceBuild = "242.20224"
44-
xml.untilBuild = "242.*"
43+
xml.sinceBuild = "243.21565"
44+
xml.untilBuild = "243.*"
4545
},
4646
signPluginOptions := signPluginOptions.value.copy(enabled = true)
4747
)

0 commit comments

Comments
 (0)