Skip to content

Commit ed16b0a

Browse files
committed
Update Idea and plugins to 202.6109.22
1 parent d60b4ae commit ed16b0a

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
ext.versions = [
22
scala : '2.12',
33
scalaFull : '2.12.11',
4-
gherkin : '202.5958.19',
5-
idea : '202.5958.24-EAP-SNAPSHOT',
6-
scalaPlugin: '2020.2.12'
4+
gherkin : '202.6109.19',
5+
idea : '202.6109.22-EAP-SNAPSHOT',
6+
scalaPlugin: '2020.2.13'
77
]
88

99
ext.libs = [
1010
jUnit : 'junit:junit:4.13',
1111
scala : "org.scala-lang:scala-library:${versions.scalaFull}",
12-
cucumberScala : "io.cucumber:cucumber-scala_${versions.scala}:6.1.2",
13-
cucumberJUnit : 'io.cucumber:cucumber-junit:6.1.2',
12+
cucumberScala : "io.cucumber:cucumber-scala_${versions.scala}:6.2.0",
13+
cucumberJUnit : 'io.cucumber:cucumber-junit:6.2.0',
1414
scalatest : "org.scalatest:scalatest_${versions.scala}:3.2.0",
1515
slf4j : "org.slf4j:slf4j-log4j12:1.7.30"
1616
]

cucumber-scala/build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ plugins {
66
group 'com.github.danielwegener'
77
version "${versions.idea}"
88

9+
compileScala.sourceCompatibility = "1.8"
10+
compileScala.targetCompatibility = "1.8"
11+
912
dependencies {
1013
compileOnly libs.scala
1114
implementation(libs.cucumberScala) {
@@ -36,8 +39,8 @@ runIde {
3639
}
3740

3841
patchPluginXml {
39-
sinceBuild "202.5958"
40-
untilBuild "202.5958.*"
42+
sinceBuild "202.6109"
43+
untilBuild "202.6109.*"
4144
}
4245

4346
buildSearchableOptions.enabled = false

0 commit comments

Comments
 (0)