Skip to content

Commit

Permalink
switch back to defautl oss.sonatype.org
Browse files Browse the repository at this point in the history
  • Loading branch information
novakov-alexey committed Jun 17, 2024
1 parent 10ad565 commit 70dd8d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import $file.project.Dependencies, Dependencies.Dependencies._
import com.goyeau.mill.git.GitVersionedPublishModule
import io.github.davidgregory084.TpolecatModule
import io.kipp.mill.ci.release.CiReleaseModule
import io.kipp.mill.ci.release.SonatypeHost
import mill._
import scalalib._
import mill.scalalib._
Expand All @@ -27,7 +26,6 @@ trait Http4sSpnegoModule
with ScalafmtModule
with GitVersionedPublishModule
with CiReleaseModule {
override def sonatypeHost = Some(SonatypeHost.s01)

override def scalacOptions =
super.scalacOptions().filter(_ != "-Wunused:imports").filter(_ != "-Wunused:explicits") ++
Expand Down

0 comments on commit 70dd8d7

Please sign in to comment.