File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
import org .jetbrains .sbtidea .{AutoJbr , JbrPlatform }
2
2
3
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" )
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" )
6
6
7
7
ThisBuild / intellijPluginName := " zio-intellij"
8
- ThisBuild / intellijBuild := " 233.11799.30 "
8
+ ThisBuild / intellijBuild := " 233"
9
9
ThisBuild / jbrInfo := AutoJbr (explicitPlatform = Some (JbrPlatform .osx_aarch64))
10
10
11
11
Global / intellijAttachSources := true
@@ -39,8 +39,7 @@ lazy val root =
39
39
s """ <![CDATA[
40
40
<b>What's new?</b>
41
41
<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>
44
43
</ul>
45
44
]]> """
46
45
)
You can’t perform that action at this time.
0 commit comments