Skip to content

Commit

Permalink
Attempt to fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
svroonland committed Jul 17, 2024
1 parent 0eceb49 commit 56cfaf1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,22 @@ lazy val commonJsSettings = Seq(

inThisBuild(
List(
organization := "nl.vroste",
homepage := Some(url("https://github.com/svroonland/rezilience")),
licenses := List("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0")),
developers := List(
organization := "nl.vroste",
homepage := Some(url("https://github.com/svroonland/rezilience")),
licenses := List("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0")),
developers := List(
Developer(
"svroonland",
"Vroste",
"[email protected]",
url("https://github.com/svroonland")
)
),
scmInfo := Some(
scmInfo := Some(
ScmInfo(url("https://github.com/svroonland/rezilience/"), "scm:git:[email protected]:svroonland/rezilience.git")
),
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
sonatypeRepository := "https://oss.sonatype.org/service/local"
)
)

Expand Down

0 comments on commit 56cfaf1

Please sign in to comment.