File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import org.jetbrains.sbtidea.{AutoJbr, JbrPlatform}
2
2
3
3
lazy val scala213 = " 2.13.12"
4
4
lazy val scalaPluginVersion = " 2024.1.20"
5
- lazy val minorVersion = " 1 "
5
+ lazy val minorVersion = " 0 "
6
6
lazy val buildVersion = sys.env.getOrElse(" ZIO_INTELLIJ_BUILD_NUMBER" , minorVersion)
7
- lazy val pluginVersion = s " 2024.1.32 . $buildVersion"
7
+ lazy val pluginVersion = s " 2024.1.33 . $buildVersion"
8
8
9
9
ThisBuild / intellijPluginName := " zio-intellij"
10
10
ThisBuild / intellijBuild := " 241"
@@ -42,7 +42,7 @@ lazy val root =
42
42
s """ <![CDATA[
43
43
<b>What's new?</b>
44
44
<ul>
45
- <li>IntelliJ IDEA 2024.1 support! </li>
45
+ <li>Implemented the new Project Wizard API for ZIO <a href="https://github.com/zio/zio-intellij/pull/471">(#471)</a> </li>
46
46
</ul>
47
47
]]> """
48
48
)
You can’t perform that action at this time.
0 commit comments