Skip to content

Commit

Permalink
Add 0.14.1 to mimaPreviousArtifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdziuban committed Dec 10, 2024
1 parent 33b7442 commit a32e585
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CommonBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ package object andxor {
gitPublishDir := file("/src/maven-repo"),
licenses += License.Apache2,
resolvers += "bondlink-maven-repo" at "https://raw.githubusercontent.com/mblink/maven-repo/main",
mimaPreviousArtifacts := Set("andxor" %% name.value % "0.14.0"),
mimaPreviousArtifacts := Set(
"andxor" %% name.value % "0.14.0",
"andxor" %% name.value % "0.14.1",
),
)

final lazy val testSettings = Seq(libraryDependencies += scalacheck % "test")
Expand Down

0 comments on commit a32e585

Please sign in to comment.