Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Jun 21, 2023
1 parent ccb78ad commit f58f854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Compile / resourceGenerators += Def.task {

Test / parallelExecution := false

ThisBuild / tlSonatypeUseLegacyHost := true
ThisBuild / tlSonatypeUseLegacyHost := false
ThisBuild / githubWorkflowSbtCommand := "sbt -J-Xmx2G"
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec(Zulu, "8"), JavaSpec(Zulu, "11"), JavaSpec(Zulu, "17"))
ThisBuild / githubWorkflowPublishTargetBranches := Seq(
Expand Down

0 comments on commit f58f854

Please sign in to comment.