From 4d5669147e3ab86e900c9429916d22aa5cca83c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Koz=C5=82owski?= Date: Tue, 9 Feb 2021 22:11:20 +0100 Subject: [PATCH] Use consistent setting syntax in sbt --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 3aff52fe..d1fbdd41 100644 --- a/build.sbt +++ b/build.sbt @@ -51,7 +51,7 @@ ThisBuild / githubWorkflowPublish := Seq(WorkflowStep.Sbt(List("docker:publish") Test / fork := true -missinglinkExcludedDependencies in ThisBuild += moduleFilter( +ThisBuild / missinglinkExcludedDependencies += moduleFilter( organization = "org.slf4j", name = "slf4j-api" ) @@ -81,7 +81,7 @@ val commonSettings = List( "com.disneystreaming" %% "weaver-scalacheck" % "0.5.1" % Test ) ++ compilerPlugins, testFrameworks += new TestFramework("weaver.framework.TestFramework"), - skip in publish := true + publish / skip := true ) lazy val gitlab = project @@ -103,7 +103,7 @@ lazy val gitlab = project lazy val core = project.settings(commonSettings).settings(name += "-core") //workaround for docker not accepting + (the default separator in sbt-dynver) -dynverSeparator in ThisBuild := "-" +ThisBuild / dynverSeparator := "-" val installDhallJson = ExecCmd(