Skip to content

Commit

Permalink
Restore mima checks
Browse files Browse the repository at this point in the history
  • Loading branch information
majk-p authored Aug 21, 2023
1 parent dd9bce9 commit f34cd63
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ lazy val activemqAkka = module("activemq", directory = "connectors")

lazy val activemqPekko = module("activemq-pekko", directory = "connectors")
.settings(
mimaPreviousArtifacts := Set(), // Remove when 0.4.2 is released
name := "pass4s-connector-pekko-activemq",
resolvers += "Apache Snapshots" at "https://repository.apache.org/content/repositories/snapshots/", // Resolvers to be removed when stable version is released
resolvers ++= Resolver.sonatypeOssRepos("snapshots"),
Expand Down Expand Up @@ -236,7 +235,6 @@ lazy val commonSettings = Seq(
compilerOptions,
Test / fork := true,
libraryDependencies ++= compilerPlugins,
mimaPreviousArtifacts := Set(), // TODO
libraryDependencies ++= Seq(
"com.disneystreaming" %% "weaver-cats" % Versions.Weaver,
"com.disneystreaming" %% "weaver-framework" % Versions.Weaver,
Expand Down

0 comments on commit f34cd63

Please sign in to comment.