Skip to content

Commit

Permalink
Merge pull request #347 from leanovate/ci/fix-publish
Browse files Browse the repository at this point in the history
📦 ci: fix publish settings
  • Loading branch information
gaeljw authored Nov 26, 2023
2 parents 2e4de01 + 92611a8 commit b860978
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import scala.collection.immutable

scalacOptions ++= Seq("-deprecation", "-feature")
ThisBuild / scalacOptions ++= Seq("-deprecation", "-feature")

organization := "de.leanovate.play-mockws"
ThisBuild / 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"))
ThisBuild / homepage := Some(url("https://github.com/leanovate/play-mockws"))
ThisBuild / licenses := List("MIT" -> url("http://opensource.org/licenses/MIT"))

developers := List(
ThisBuild / developers := List(
Developer(
"yanns",
"Yann Simon",
Expand Down

0 comments on commit b860978

Please sign in to comment.