Skip to content

Commit

Permalink
💚 Enable MiMa check on testkit module.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwojnowski committed Nov 24, 2023
1 parent 2fbb8b0 commit b8416dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ lazy val testkit = (project in file("testkit"))
name := "oidc4s-testkit",
libraryDependencies ++= Seq(
"org.scalameta" %% "munit" % Versions.mUnit % Test
),
mimaPreviousArtifacts := Set.empty // TODO remove after release
)
)
)
.dependsOn(core, circe % "test->compile")
Expand Down

0 comments on commit b8416dc

Please sign in to comment.