Skip to content

Commit

Permalink
IDEA 2024.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
hmemcpy committed May 17, 2024
1 parent 397359f commit dc18211
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- idea232.x
- idea233.x
- idea241.x
- idea242.x
pull_request:

jobs:
Expand Down
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import org.jetbrains.sbtidea.{AutoJbr, JbrPlatform}

lazy val scala213 = "2.13.12"
lazy val scalaPluginVersion = "2024.1.20"
lazy val scalaPluginVersion = "2024.2.1"
lazy val minorVersion = "0"
lazy val buildVersion = sys.env.getOrElse("ZIO_INTELLIJ_BUILD_NUMBER", minorVersion)
lazy val pluginVersion = s"2024.1.33.$buildVersion"
lazy val pluginVersion = s"2024.2.33.$buildVersion"

ThisBuild / intellijPluginName := "zio-intellij"
ThisBuild / intellijBuild := "241"
ThisBuild / intellijBuild := "242.10180.25"
ThisBuild / jbrInfo := AutoJbr(explicitPlatform = Some(JbrPlatform.osx_aarch64))

Global / intellijAttachSources := true
Expand Down Expand Up @@ -42,7 +42,7 @@ lazy val root =
s"""<![CDATA[
<b>What's new?</b>
<ul>
<li>Implemented the new Project Wizard API for ZIO <a href="https://github.com/zio/zio-intellij/pull/471">(#471)</a></li>
<li>IntelliJ IDEA 2024.2 support!</li>
</ul>
]]>"""
)
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 @@ -19,7 +19,7 @@

<change-notes>replaced-by-build</change-notes>

<idea-version since-build="241.14494" until-build="241.*"/>
<idea-version since-build="242" until-build="242.*"/>

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

0 comments on commit dc18211

Please sign in to comment.