File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ import sbt.librarymanagement.DependencyBuilders.OrganizationArtifactName
2121import sbtprojectmatrix .ProjectMatrixPlugin
2222import sbtprojectmatrix .ProjectMatrixPlugin .autoImport .*
2323import scalafix .sbt .ScalafixPlugin .autoImport .*
24- import xerial .sbt .Sonatype .autoImport .*
2524
2625object AsyncUtilsBuildPlugin extends AutoPlugin {
2726 override def trigger = noTrigger
@@ -338,7 +337,6 @@ object AsyncUtilsBuildPlugin extends AutoPlugin {
338337 ),
339338 ),
340339 startYear := Option (2021 ),
341- sonatypeCredentialHost := xerial.sbt.Sonatype .sonatypeLegacy,
342340 tlBaseVersion := " 1.2" ,
343341 tlCiReleaseBranches := Seq (" main" ),
344342 mergifyRequiredJobs ++= Seq (" validate-steward" ),
Original file line number Diff line number Diff line change 11addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.3.2" )
2- addSbtPlugin(" org.typelevel" % " sbt-typelevel-ci-release" % " 0.7.7 " )
3- addSbtPlugin(" org.typelevel" % " sbt-typelevel-mergify" % " 0.7.7 " )
4- addSbtPlugin(" org.typelevel" % " sbt-typelevel-settings" % " 0.7.7 " )
2+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-ci-release" % " 0.8.0 " )
3+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-mergify" % " 0.8.0 " )
4+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-settings" % " 0.8.0 " )
55addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.19.0" )
66addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.14.3" )
77addSbtPlugin(" com.eed3si9n" % " sbt-projectmatrix" % " 0.11.0" )
You can’t perform that action at this time.
0 commit comments