Skip to content

Commit

Permalink
Fix releases by disabling sbt-tpolecat release mode (#1421)
Browse files Browse the repository at this point in the history
Fixes #1418
  • Loading branch information
hugo-vrijswijk authored Sep 19, 2023
1 parent 507c719 commit 40180a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ object Settings {
lazy val buildInfo: Seq[Def.Setting[?]] = Seq(
// Fatal warnings only in CI
tpolecatCiModeEnvVar := "CI",
tpolecatReleaseModeEnvVar := "CI_RELEASE",
tpolecatDefaultOptionsMode := DevMode,
// Prevent version clash warnings when running Stryker4s on a locally-published on Stryker4s
libraryDependencySchemes ++= Seq(
Expand Down

0 comments on commit 40180a9

Please sign in to comment.