Skip to content

Commit 20883f4

Browse files
aptesterdanielwegener
authored andcommitted
updated references to support 2017.3.1 (#31)
* updated references to support 2017.3.1
1 parent b6da214 commit 20883f4

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ import sbt.Keys._
33

44
name := "Cucumber for Scala"
55
normalizedName := "intellij-cucumber-scala"
6-
version := "2017.3.0"
6+
version := "2017.3.1"
77
scalaVersion := "2.12.4"
88

9-
lazy val `scala-plugin` = IdeaPlugin.Zip("scala-plugin", url("https://plugins.jetbrains.com/plugin/download?updateId=40959"))
10-
lazy val `cucumber-java` = IdeaPlugin.Zip("cucumber-java", url("https://plugins.jetbrains.com/plugin/download?updateId=39976"))
11-
lazy val gherkin = IdeaPlugin.Zip("gherkin", url("https://plugins.jetbrains.com/plugin/download?updateId=29344"))
9+
lazy val `scala-plugin` = IdeaPlugin.Zip("scala-plugin", url("https://plugins.jetbrains.com/plugin/download?updateId=41523"))
10+
lazy val `cucumber-java` = IdeaPlugin.Zip("cucumber-java", url("https://plugins.jetbrains.com/plugin/download?updateId=39749"))
11+
lazy val gherkin = IdeaPlugin.Zip("gherkin", url("https://plugins.jetbrains.com/plugin/download?updateId=39748"))
1212

1313
lazy val `cucumber-scala` = project.in(file( "."))
1414
.enablePlugins(SbtIdeaPlugin)
@@ -20,7 +20,7 @@ lazy val `cucumber-scala` = project.in(file( "."))
2020
scalacOptions in Global += "-target:jvm-1.6",
2121
ideaExternalPlugins ++= Seq(`scala-plugin`, gherkin, `cucumber-java`),
2222
// check https://s3-eu-west-1.amazonaws.com/intellij-releases/ for valid builds
23-
ideaBuild in ThisBuild := "173.3727.127",
23+
ideaBuild in ThisBuild := "173.3942.27",
2424
ideaEdition in ThisBuild := IdeaEdition.Community,
2525
ideaPublishSettings := PublishSettings(pluginId = "com.github.danielwegener.cucumber-scala", username = "", password = "", channel = None),
2626
fork in Test := true,

src/main/resources/META-INF/plugin.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<idea-plugin>
44
<id>com.github.danielwegener.cucumber-scala</id>
55
<name>Cucumber for Scala</name>
6-
<version>2017.3.0</version>
6+
<version>2017.3.1</version>
77
<vendor email="[email protected]" url="http://daniel.wegener.me">Daniel Wegener</vendor>
88

99
<description><![CDATA[
@@ -30,11 +30,12 @@
3030
2017.2.0: Release for IntelliJ 2017.2 (scala-plugin 2017.2.4)
3131
2017.2.1: Release for IntelliJ 2017.2 (scala-plugin 2017.2.4) (oops :))
3232
2017.3.0: Release for IntelliJ 2017.3 (scala-plugin 2017.3.9)
33+
2017.3.1: Release for IntelliJ 2017.3.1 (scala-plugin 2017.3.11)
3334
]]>
3435
</change-notes>
3536

3637
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
37-
<idea-version since-build="173.3727.127" until-build="174.0"/>
38+
<idea-version since-build="173.3942.27" until-build="174.0"/>
3839

3940
<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
4041
on how to target different products -->

0 commit comments

Comments
 (0)