Skip to content

Commit

Permalink
Updates the configuration to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Tammo0987 committed Jan 25, 2024
1 parent 0fb2fe1 commit e472db8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ lazy val root = project
.settings(
name := "module-layers",
organization := "com.github.tammo",
version := "0.1.0-SNAPSHOT",
scalaVersion := "2.12.18",
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.17" % Test,
developers += Developer(
Expand All @@ -18,12 +17,7 @@ lazy val root = project
"https://raw.githubusercontent.com/Tammo0987/Module-Layers/main/LICENSE"
)
),
credentials += Credentials(
"Sonatype Nexus Repository Manager",
"oss.sonatype.org",
System.getenv("SONATYPE_USERNAME"),
System.getenv("SONATYPE_PASSWORD")
),
sonatypeCredentialHost := "s01.oss.sonatype.org",
sonatypeRepository := "https://s01.oss.sonatype.org/service/local"
)

ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org"

0 comments on commit e472db8

Please sign in to comment.