We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
redis4cats-effects
1 parent 27dccff commit 3d61ffeCopy full SHA for 3d61ffe
build.sbt
@@ -143,7 +143,7 @@ lazy val `redis4cats-effects` = project
143
.settings(
144
isMimaEnabled := true,
145
mimaPreviousArtifacts ~= { prev =>
146
- prev.filter(artifact => VersionNumber(artifact.revision).matchesSemVer(SemanticSelector(">=1.8.0")))
+ prev.filter(artifact => VersionNumber(artifact.revision).matchesSemVer(SemanticSelector(">=1.7.2")))
147
}
148
)
149
.settings(Test / parallelExecution := false)
0 commit comments