Skip to content

Commit

Permalink
Exclude skunk-postgis from mima until 0.6.4 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilquist committed Jan 14, 2024
1 parent 9febe0c commit 59f6d42
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,11 @@ lazy val postgis = crossProject(JVMPlatform, JSPlatform, NativePlatform)
name := "skunk-postgis",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-parse" % "1.0.0"
)
),
mimaPreviousArtifacts := mimaPreviousArtifacts.value.filter { artifact =>
VersionNumber(artifact.revision).matchesSemVer(SemanticSelector(">0.6.3"))
},
mimaFailOnNoPrevious := false
)

lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
Expand Down

0 comments on commit 59f6d42

Please sign in to comment.