From 92611a8faf3af1b51b28049c5fad8ee26b1f5baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Jourdan-Weil?= Date: Sun, 26 Nov 2023 17:32:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20ci:=20fix=20publish=20settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sbt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index 82e646d..190b62c 100644 --- a/build.sbt +++ b/build.sbt @@ -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",