Skip to content

Commit

Permalink
updated the files
Browse files Browse the repository at this point in the history
  • Loading branch information
ucf4 committed Sep 9, 2024
1 parent d6b909b commit 11c51e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sonatypeProfileName := "gov.cdc" // Your sonatype groupID

import xerial.sbt.Sonatype.GitHubHosting
sonatypeProjectHosting := Some(
GitHubHosting(user = "Marcelo Caldas", repository = "hl7-pet", email = "mcq1@cdc.gov")
GitHubHosting(user = "mscaldas2012", repository = "hl7-pet", email = "mcq1@cdc.gov")
)

licenses:= Seq(
Expand All @@ -38,7 +38,7 @@ sonatypeRepository := {

import xerial.sbt.Sonatype.sonatypeCentralHost
ThisBuild / sonatypeCredentialHost := sonatypeCentralHost
ThisBuild / sonatypeRepository := "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
ThisBuild / sonatypeRepository := "https://s01.oss.sonatype.org/service/local"
//credentials += Credentials(Path.userHome / ".sbt" / "sonatype_credentials")
//publishTo := Some("Maven Central" at "https://oss.sonatype.org/service/local/staging/deploy/maven2/")
credentials += Credentials(
Expand Down

0 comments on commit 11c51e7

Please sign in to comment.