From dc182117f21b1ec3c392243e911d75df2581a1ca Mon Sep 17 00:00:00 2001 From: Igal Tabachnik Date: Fri, 17 May 2024 20:22:19 +0300 Subject: [PATCH] IDEA 2024.2 support --- .github/workflows/ci.yml | 1 + build.sbt | 8 ++++---- src/main/resources/META-INF/plugin.xml | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 976ba7b..0629a19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,7 @@ on: - idea232.x - idea233.x - idea241.x + - idea242.x pull_request: jobs: diff --git a/build.sbt b/build.sbt index 2088481..ab95897 100644 --- a/build.sbt +++ b/build.sbt @@ -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 @@ -42,7 +42,7 @@ lazy val root = s"""What's new? ]]>""" ) diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 8e24c2e..bca7bce 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -19,7 +19,7 @@ replaced-by-build - + org.intellij.scala com.intellij.modules.java