Skip to content

Commit

Permalink
Merge pull request #116 from vbmacher/2023.1.2
Browse files Browse the repository at this point in the history
2023.1.2
  • Loading branch information
vbmacher authored Jun 2, 2023
2 parents 554a6b3 + 077de01 commit 84f53d7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: vbmacher
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ ext.versions = [
scala : '2.13',
scalaFull : '2.13.+',
gherkin : '231.8109.91',
idea : '2023.1',
scalaPlugin : '2023.1.16',
cucumber : '8.14.2',
idea : '2023.1.2',
scalaPlugin : '2023.1.18',
cucumber : '8.15.0',
junit : '4.13.2',
cucumberJunit: '7.11.2',
scalaTest : '3.2.14',
slf4j : '2.0.5'
cucumberJunit: '7.12.0',
scalaTest : '3.2.16',
slf4j : '2.0.7'
]

ext.libs = [
Expand Down
6 changes: 6 additions & 0 deletions cucumber-scala/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@

<change-notes><![CDATA[
<ul>
<li>2023.1.2: Release for IntelliJ 2023.1.2 (build 231.9011.34)
<ol>
<li>Scala plugin 2023.1.18</li>
<li>cucumber-jvm-scala 8.15.0</li>
</ol>
</li>
<li>2023.1: Release for IntelliJ 2023.1 (build 231.8109.175)
<ol>
<li>Scala plugin 2023.1.16</li>
Expand Down

0 comments on commit 84f53d7

Please sign in to comment.