Skip to content

Commit

Permalink
Revert sonatypeHost
Browse files Browse the repository at this point in the history
  • Loading branch information
sake92 committed Jul 9, 2024
1 parent f084c9b commit c943a85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import $ivy.`ba.sake::mill-hepek::0.0.2`

import mill._
import mill.scalalib._, scalafmt._, publish._
import io.kipp.mill.ci.release._
import io.kipp.mill.ci.release.CiReleaseModule
import ba.sake.millhepek.MillHepekModule

object sharaf extends SharafPublishModule {
Expand Down Expand Up @@ -78,7 +78,6 @@ trait SharafPublishModule extends SharafCommonModule with CiReleaseModule {
Developer("sake92", "Sakib Hadžiavdić", "https://sake.ba")
)
)
def sonatypeHost = Some(SonatypeHost.s01)
}

trait SharafCommonModule extends ScalaModule with ScalafmtModule {
Expand Down

0 comments on commit c943a85

Please sign in to comment.