From 43da27b084d60c4d5ee0c9603fc5e5d37d3d43b3 Mon Sep 17 00:00:00 2001 From: Igal Tabachnik Date: Mon, 11 Sep 2023 22:52:30 +0300 Subject: [PATCH] Bump versions --- build.sbt | 4 ++-- project/plugins.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index cca0e6f2..9404b738 100644 --- a/build.sbt +++ b/build.sbt @@ -1,11 +1,11 @@ import org.jetbrains.sbtidea.{AutoJbr, JbrPlatform} lazy val scala213 = "2.13.10" -lazy val scalaPluginVersion = "2023.2.17" +lazy val scalaPluginVersion = "2023.2.23" lazy val pluginVersion = "2023.2.27" + sys.env.get("ZIO_INTELLIJ_BUILD_NUMBER").fold(".0")(v => s".$v") ThisBuild / intellijPluginName := "zio-intellij" -ThisBuild / intellijBuild := "232.8660.185" +ThisBuild / intellijBuild := "232.9921.28" ThisBuild / jbrInfo := AutoJbr(explicitPlatform = Some(JbrPlatform.osx_aarch64)) Global / intellijAttachSources := true diff --git a/project/plugins.sbt b/project/plugins.sbt index 6c5be1a0..49697151 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "3.18.3") +addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "3.20.3") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")