Skip to content

Commit

Permalink
update plugin settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Seun Soyinka authored and Seun Soyinka committed Aug 19, 2024
1 parent 02db934 commit b1ceb27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/build.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import xerial.sbt.Sonatype.sonatypeCentralHost
ThisBuild / sonatypeCredentialHost := sonatypeCentralHost

inThisBuild(List(
organization := "com.github.sbt",
homepage := Some(url("https://github.com/sbt/sbt-ci-release")),
Expand All @@ -12,6 +15,3 @@ inThisBuild(List(
)
)
))

ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org"
sonatypeRepository := "https://s01.oss.sonatype.org/service/local"

0 comments on commit b1ceb27

Please sign in to comment.