Skip to content

Commit 53e60be

Browse files
committed
Version bump
1 parent 7c48579 commit 53e60be

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

build.sbt

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import org.jetbrains.sbtidea.{AutoJbr, JbrPlatform}
22

33
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")
4+
lazy val scalaPluginVersion = "2023.3.17"
5+
lazy val pluginVersion = "2023.3.30" + sys.env.get("ZIO_INTELLIJ_BUILD_NUMBER").fold(".0")(v => s".$v")
66

77
ThisBuild / intellijPluginName := "zio-intellij"
8-
ThisBuild / intellijBuild := "233.11799.30"
8+
ThisBuild / intellijBuild := "233"
99
ThisBuild / jbrInfo := AutoJbr(explicitPlatform = Some(JbrPlatform.osx_aarch64))
1010

1111
Global / intellijAttachSources := true
@@ -39,8 +39,7 @@ lazy val root =
3939
s"""<![CDATA[
4040
<b>What's new?</b>
4141
<ul>
42-
<li>Intellij 2023.2 support.</li>
43-
<li>Plugin will offer downloading the test runner only if all projects use ZIO 1.0.</li>
42+
<li>Intellij 2023.3 support.</li>
4443
</ul>
4544
]]>"""
4645
)

0 commit comments

Comments
 (0)