Skip to content

Commit

Permalink
Fix test runner issue, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hmemcpy committed Jul 25, 2024
1 parent b1955e3 commit 0a9b12c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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.12"
lazy val scalaPluginVersion = "2024.2.11"
lazy val minorVersion = "0"
lazy val scalaPluginVersion = "2024.2.13"
lazy val minorVersion = "1"
lazy val buildVersion = sys.env.getOrElse("ZIO_INTELLIJ_BUILD_NUMBER", minorVersion)
lazy val pluginVersion = s"2024.2.34.$buildVersion"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ sealed abstract class ZTestRunConfiguration(project: Project, configurationFacto
console
}

createExecutionResult(consoleView, processHandler)
// TODO figure out whether we need a dedicated testConsoleView
createExecutionResult(consoleView, consoleView, processHandler)
}
}

Expand Down

0 comments on commit 0a9b12c

Please sign in to comment.