Skip to content

Commit

Permalink
address deprecation warnings introduced when updating to sbt-typeleve…
Browse files Browse the repository at this point in the history
…l 0.7.3
  • Loading branch information
bpholt committed Oct 3, 2024
1 parent 495b305 commit b2d52a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/AsyncUtilsBuildPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import org.typelevel.sbt.TypelevelMimaPlugin.autoImport.*
import org.typelevel.sbt.TypelevelSettingsPlugin
import org.typelevel.sbt.TypelevelSettingsPlugin.autoImport.*
import org.typelevel.sbt.TypelevelSonatypeCiReleasePlugin.autoImport.*
import org.typelevel.sbt.TypelevelSonatypePlugin.autoImport.*
import org.typelevel.sbt.TypelevelVersioningPlugin.autoImport.*
import org.typelevel.sbt.gha.GenerativePlugin.autoImport.*
import org.typelevel.sbt.gha.GitHubActionsPlugin.autoImport.*
Expand All @@ -22,6 +21,7 @@ import sbt.librarymanagement.DependencyBuilders.OrganizationArtifactName
import sbtprojectmatrix.ProjectMatrixPlugin
import sbtprojectmatrix.ProjectMatrixPlugin.autoImport.*
import scalafix.sbt.ScalafixPlugin.autoImport.*
import xerial.sbt.Sonatype.autoImport.*

object AsyncUtilsBuildPlugin extends AutoPlugin {
override def trigger = noTrigger
Expand Down Expand Up @@ -338,7 +338,7 @@ object AsyncUtilsBuildPlugin extends AutoPlugin {
),
),
startYear := Option(2021),
tlSonatypeUseLegacyHost := true,
sonatypeCredentialHost := xerial.sbt.Sonatype.sonatypeLegacy,
tlBaseVersion := "1.2",
tlCiReleaseBranches := Seq("main"),
mergifyRequiredJobs ++= Seq("validate-steward"),
Expand Down

0 comments on commit b2d52a3

Please sign in to comment.