Skip to content

Commit

Permalink
Remove mimaPreviousArtifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdziuban committed Mar 27, 2024
1 parent 0604893 commit 49c69e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ lazy val baseSettings = Seq(
organization := "typify",
version := "11.0.0-RC1",
resolvers += "bondlink-maven-repo" at "https://raw.githubusercontent.com/mblink/maven-repo/main",
mimaPreviousArtifacts := Set("typify" %%% name.value % "10.0.0"),
mimaPreviousArtifacts := Set(),
libraryDependencies ++= foldScalaV(scalaVersion.value)(
Seq(compilerPlugin("org.typelevel" %% "kind-projector" % "0.13.3" cross CrossVersion.patch)),
Seq(),
Expand Down

0 comments on commit 49c69e6

Please sign in to comment.