From ac6334dbc9526b8a3634de4f17bd8f75f867aae6 Mon Sep 17 00:00:00 2001 From: Ignasi Marimon-Clos Date: Mon, 3 May 2021 21:59:00 +0200 Subject: [PATCH] Disable MiMa using the correct syntax --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 1907c5097..7402f66a3 100644 --- a/build.sbt +++ b/build.sbt @@ -109,9 +109,9 @@ lazy val `akka-management-pki` = project .enablePlugins(AutomateHeaderPlugin) .settings( name := "akka-management-pki", - libraryDependencies := Dependencies.ManagementPki + libraryDependencies := Dependencies.ManagementPki, // Don't enable mima until 1.1.1 - // mimaPreviousArtifactsSet + mimaPreviousArtifacts := Set.empty ) lazy val `loglevels-logback` = project