Skip to content

Commit

Permalink
Merge pull request #223 from leonardoam/update-idea-version
Browse files Browse the repository at this point in the history
Build and enable plugin for newer IntelliJ versions
  • Loading branch information
clairemcginty authored Jan 25, 2022
2 parents 0fea4cf + c680683 commit 05f881c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ lazy val commonSettings = Def.settings(
lazy val ideaSettings = Def.settings(
ThisBuild / intellijPluginName := "scio-idea",
ThisBuild / intellijPlatform := IntelliJPlatform.IdeaCommunity,
ThisBuild / intellijBuild := "203.7148.57",
ThisBuild / intellijBuild := "213.6461.79",
intellijPlugins += "org.intellij.scala".toPlugin
)

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<description>IntelliJ IDEA plugin for Scio - https://github.com/spotify/scio</description>

<idea-version since-build="203.0" until-build="203.*" />
<idea-version since-build="203.0" until-build="213.*" />

<depends>com.intellij.modules.java</depends>
<depends>org.intellij.scala</depends>
Expand Down

0 comments on commit 05f881c

Please sign in to comment.