Skip to content

Commit

Permalink
add publishTo
Browse files Browse the repository at this point in the history
  • Loading branch information
t3hnar committed Apr 16, 2021
1 parent af8ceac commit 76bc0f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ lazy val commonSettings = Seq(
Compile / doc / scalacOptions += "-no-link-warnings",
libraryDependencies += compilerPlugin(`kind-projector` cross CrossVersion.binary),
scalacOptsFailOnWarn := Some(false),
publishTo := Some(Resolver.evolutionReleases),
// KeyRanks.Invisible to suppress sbt warning about key not being used in root/tests where MiMa plugin is disabled
mimaPreviousArtifacts.withRank(KeyRanks.Invisible) := {
val versions = List(
Expand Down

0 comments on commit 76bc0f6

Please sign in to comment.