Skip to content

Commit 3d61ffe

Browse files
authored
redis4cats-effects MIMA can still be at 1.7.2 (#965)
1 parent 27dccff commit 3d61ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ lazy val `redis4cats-effects` = project
143143
.settings(
144144
isMimaEnabled := true,
145145
mimaPreviousArtifacts ~= { prev =>
146-
prev.filter(artifact => VersionNumber(artifact.revision).matchesSemVer(SemanticSelector(">=1.8.0")))
146+
prev.filter(artifact => VersionNumber(artifact.revision).matchesSemVer(SemanticSelector(">=1.7.2")))
147147
}
148148
)
149149
.settings(Test / parallelExecution := false)

0 commit comments

Comments
 (0)