Skip to content

Commit

Permalink
Fix weejson-upickle mima version selector
Browse files Browse the repository at this point in the history
  • Loading branch information
htmldoug committed Aug 10, 2021
1 parent 30ad607 commit 20fb703
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 @@ -205,7 +205,7 @@ lazy val `weejson-upickle` = project
"com.lihaoyi" %% "upickle" % "1.4.0",
),
mimaPreviousArtifacts := {
if (VersionNumber(version.value).matchesSemVer(SemanticSelector("<1.6.0")))
if (VersionNumber(version.value).matchesSemVer(SemanticSelector("<=1.6.0")))
Set.empty
else
mimaPreviousArtifacts.value
Expand Down

0 comments on commit 20fb703

Please sign in to comment.