-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#137] IntelliJ 2024.3.1.1, sbt-idea-plugin 3.26.2
+ Remove deprecated apache logger; use com.intellij.openapi.diagnostic.Logger instead
- Loading branch information
Showing
4 changed files
with
21 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
<id>com.github.danielwegener.cucumber-scala</id> | ||
<name>Cucumber for Scala</name> | ||
<category>Test Tools</category> | ||
<version>2024.3</version> | ||
<idea-version since-build="243.21565" until-build="243.*"/> | ||
<version>2024.3.1.1</version> | ||
<idea-version since-build="243.22562" until-build="243.*"/> | ||
<vendor email="[email protected]" url="https://github.com/vbmacher">Peter Jakubčo</vendor> | ||
|
||
<description><![CDATA[ | ||
|
@@ -19,12 +19,21 @@ | |
|
||
<change-notes><![CDATA[ | ||
<ul> | ||
<li>2024.3.1.1: Release for IntelliJ 2024.3.1.1 (build 243.22562.218) | ||
<ol> | ||
<li>Scala plugin 2024.3.23</li> | ||
<li>Gherkin plugin 243.22562.13</li> | ||
<li><a href="https://github.com/vbmacher/intellij-cucumber-scala/issues/137">Problem with building in GitHub actions</a></li> | ||
<li>Rollback to using Java version 17 (which is default IntelliJ Idea Java version)</li> | ||
</ol> | ||
</li> | ||
<li>2024.3: Release for IntelliJ 2024.3 (build 243.21565.193) | ||
<ol> | ||
<li>Scala plugin 2024.3.18</li> | ||
<li>Gherkin plugin 243.21565.122</li> | ||
<li>cucumber-scala 8.25.1</li> | ||
<li>cucumber-junit 7.20.1</li> | ||
<li>Use Java version 21</li> | ||
</ol> | ||
</li> | ||
<li>2024.2.1: Release for IntelliJ 2024.2.1 (build 242.21829.142) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "3.20.1") | ||
addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "3.26.2") |