We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c48579 commit c7601d5Copy full SHA for c7601d5
build.sbt
@@ -1,11 +1,11 @@
1
import org.jetbrains.sbtidea.{AutoJbr, JbrPlatform}
2
3
lazy val scala213 = "2.13.10"
4
-lazy val scalaPluginVersion = "2023.3.13"
5
-lazy val pluginVersion = "2023.3.28" + sys.env.get("ZIO_INTELLIJ_BUILD_NUMBER").fold(".0")(v => s".$v")
+lazy val scalaPluginVersion = "2023.3.17"
+lazy val pluginVersion = "2023.3.30" + sys.env.get("ZIO_INTELLIJ_BUILD_NUMBER").fold(".0")(v => s".$v")
6
7
ThisBuild / intellijPluginName := "zio-intellij"
8
-ThisBuild / intellijBuild := "233.11799.30"
+ThisBuild / intellijBuild := "233"
9
ThisBuild / jbrInfo := AutoJbr(explicitPlatform = Some(JbrPlatform.osx_aarch64))
10
11
Global / intellijAttachSources := true
0 commit comments