diff --git a/build.sbt b/build.sbt index 30a619f..29aadb0 100644 --- a/build.sbt +++ b/build.sbt @@ -53,7 +53,7 @@ publishTo := { Some("releases" at nexus + "service/local/staging/deploy/maven2") } -publishArtifact in Test := false +(Test / publishArtifact) := false pomIncludeRepository := { _ => false } pomExtra := diff --git a/project/build.properties b/project/build.properties index dbae93b..bbb0b60 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.4.9 +sbt.version=1.11.2