Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hmemcpy committed Oct 15, 2024
1 parent 605db25 commit c51a33a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import org.jetbrains.sbtidea.{AutoJbr, JbrPlatform}

lazy val scala213 = "2.13.14"
lazy val scalaPluginVersion = "2024.2.28"
lazy val minorVersion = "3"
lazy val minorVersion = "0"
lazy val buildVersion = sys.env.getOrElse("ZIO_INTELLIJ_BUILD_NUMBER", minorVersion)
lazy val pluginVersion = s"2024.2.34.$buildVersion"
lazy val pluginVersion = s"2024.2.35.$buildVersion"

ThisBuild / intellijPluginName := "zio-intellij"
ThisBuild / intellijBuild := "242.22855.74"
Expand Down

0 comments on commit c51a33a

Please sign in to comment.