Skip to content

Commit ff56c81

Browse files
pbyrne-mdsoldanielwegener
authored andcommitted
update version numbers for 2018 2 0 (#41)
1 parent 46e5cb6 commit ff56c81

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.sbt

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

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

9-
lazy val `scala-plugin` = IdeaPlugin.Zip("scala-plugin", url("https://plugins.jetbrains.com/plugin/download?updateId=44474"))
9+
lazy val `scala-plugin` = IdeaPlugin.Zip("scala-plugin", url("https://plugins.jetbrains.com/plugin/download?updateId=45268"))
1010
lazy val `cucumber-java` = IdeaPlugin.Zip("cucumber-java", url("https://plugins.jetbrains.com/plugin/download?updateId=43535"))
1111
lazy val gherkin = IdeaPlugin.Zip("gherkin", url("https://plugins.jetbrains.com/plugin/download?updateId=43534"))
12-
lazy val ideaBuildNumber = "181.4445.78"
12+
lazy val ideaBuildNumber = "182.3684.101"
1313

1414
lazy val `cucumber-scala` = project.in(file( "."))
1515
.enablePlugins(SbtIdeaPlugin)

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

Lines changed: 2 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>2018.1.0</version>
6+
<version>2018.2.0</version>
77
<vendor email="[email protected]" url="http://daniel.wegener.me">Daniel Wegener</vendor>
88

99
<description><![CDATA[
@@ -35,7 +35,7 @@
3535
</change-notes>
3636

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

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

0 commit comments

Comments
 (0)