Skip to content

Commit

Permalink
Use legacy host when publishing (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
etspaceman authored Aug 12, 2023
1 parent b4532e1 commit 6948414
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/Kinesis4CatsPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ object Kinesis4CatsPlugin extends AutoPlugin {
import TypelevelKernelPlugin.autoImport._
import TypelevelSettingsPlugin.autoImport._
import TypelevelSitePlugin.autoImport._
import TypelevelSonatypePlugin.autoImport._
import TypelevelVersioningPlugin.autoImport._
import autoImport._
import com.armanbilge.sbt.ScalaNativeBrewedGithubActionsPlugin.autoImport._
Expand Down Expand Up @@ -71,6 +72,7 @@ object Kinesis4CatsPlugin extends AutoPlugin {
crossScalaVersions := Seq(Scala213),
scalaVersion := Scala213,
tlCiMimaBinaryIssueCheck := tlBaseVersion.value != "0.0",
tlSonatypeUseLegacyHost := true,
resolvers += "s01 snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots/",
resolvers += "jitpack" at "https://jitpack.io",
Global / concurrentRestrictions += Tags.limit(NativeTags.Link, 1),
Expand Down

0 comments on commit 6948414

Please sign in to comment.