We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a94fb5c commit 6db6fc0Copy full SHA for 6db6fc0
build.sbt
@@ -2,7 +2,7 @@ import org.jetbrains.sbtidea.{AutoJbr, JbrPlatform}
2
3
lazy val scala213 = "2.13.10"
4
lazy val scalaPluginVersion = "2023.3.19"
5
-lazy val minorVersion = "0"
+lazy val minorVersion = "1"
6
lazy val buildVersion = sys.env.getOrElse("ZIO_INTELLIJ_BUILD_NUMBER", minorVersion)
7
lazy val pluginVersion = s"2023.3.31.$buildVersion"
8
0 commit comments