Skip to content

Commit

Permalink
Publish to the legacy host
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed Oct 9, 2023
1 parent c27116c commit 9e6292c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ThisBuild / scalaVersion := "2.13.10"
ThisBuild / crossScalaVersions := List(scalaVersion.value)
ThisBuild / tlBaseVersion := "5.0"
ThisBuild / tlMimaPreviousVersions ~= { versions =>
val failedReleases = Set("5.0.1")
val failedReleases = Set("5.0.1", "5.0.2")
versions -- failedReleases
}
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("11"))
Expand All @@ -19,6 +19,7 @@ ThisBuild / githubWorkflowBuildPreamble := Seq(
commands = List("docker-compose up -d"),
)
)
ThisBuild / tlSonatypeUseLegacyHost := true

Global / onChangedBuildSource := ReloadOnSourceChanges

Expand Down

0 comments on commit 9e6292c

Please sign in to comment.