Skip to content

Commit

Permalink
Another version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hmemcpy committed Sep 23, 2024
1 parent 445fd12 commit 0634467
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
@@ -1,8 +1,8 @@
import org.jetbrains.sbtidea.{AutoJbr, JbrPlatform}

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

Expand Down

0 comments on commit 0634467

Please sign in to comment.