Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
Co-authored-by: Johan Andrén <[email protected]>
  • Loading branch information
girdharshubham and johanandren authored Aug 19, 2024
1 parent 34ab91c commit 767ef6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ lazy val `akka-discovery-azure-api` = (project in file("discovery-azure-api"))
name := "akka-discovery-azure-api",
organization := "com.lightbend.akka.discovery",
libraryDependencies := Dependencies.DiscoveryAzureApi,
mimaPreviousArtifacts := Set.empty
// FIXME: update once we have a release out
mimaPreviousArtifacts := Set.empty
)
.dependsOn(`akka-management-pki`)

Expand Down

0 comments on commit 767ef6a

Please sign in to comment.