Skip to content

Commit

Permalink
Merge pull request #339 from leanovate/fix-release
Browse files Browse the repository at this point in the history
🏗️ build: add project URL and licence for Sonatype release to work
  • Loading branch information
gaeljw authored Nov 21, 2023
2 parents 83051fe + 640e78e commit 9c4c5ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ scalacOptions ++= Seq("-deprecation", "-feature")

organization := "de.leanovate.play-mockws"

// Those are mandatory for the release to Sonatype
homepage := Some(url("https://github.com/leanovate/play-mockws"))
licenses := List("MIT" -> url("http://opensource.org/licenses/MIT"))

developers := List(
Developer(
"yanns",
Expand Down

0 comments on commit 9c4c5ca

Please sign in to comment.