Skip to content

Commit

Permalink
Disable MiMa using the correct syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ignasi35 authored and raboof committed May 4, 2021
1 parent 344659d commit ac6334d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac6334d

Please sign in to comment.