From dc771242b23e66fa487cf66938a4df6c617c7202 Mon Sep 17 00:00:00 2001 From: Igal Tabachnik Date: Thu, 26 Sep 2024 22:43:04 +0300 Subject: [PATCH] IntelliJ 2024.3 support --- .github/workflows/ci.yml | 3 +-- build.sbt | 10 +++++----- src/main/resources/META-INF/plugin.xml | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0629a19..ea00114 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,9 @@ name: CI on: push: branches: - - idea232.x - - idea233.x - idea241.x - idea242.x + - idea243.x pull_request: jobs: diff --git a/build.sbt b/build.sbt index 80b451a..88b2be4 100644 --- a/build.sbt +++ b/build.sbt @@ -1,13 +1,13 @@ import org.jetbrains.sbtidea.{AutoJbr, JbrPlatform} -lazy val scala213 = "2.13.14" -lazy val scalaPluginVersion = "2024.2.28" +lazy val scala213 = "2.13.15" +lazy val scalaPluginVersion = "2024.3.4" lazy val minorVersion = "3" lazy val buildVersion = sys.env.getOrElse("ZIO_INTELLIJ_BUILD_NUMBER", minorVersion) -lazy val pluginVersion = s"2024.2.34.$buildVersion" +lazy val pluginVersion = s"2024.3.34.$buildVersion" ThisBuild / intellijPluginName := "zio-intellij" -ThisBuild / intellijBuild := "242.22855.74" +ThisBuild / intellijBuild := "243" 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 b07a5b3..f3fa0b0 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