Skip to content

Commit

Permalink
* minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyPlane committed Sep 19, 2023
1 parent dfa11de commit 47a65a2
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 @@ -27,7 +27,7 @@ lazy val optics = crossProject(JVMPlatform, JSPlatform)
description := "Monocle lenses and other tools for working with JSON values",
mimaPreviousArtifacts := {
if (VersionNumber(scalaVersion.value).matchesSemVer(SemanticSelector(">=3.0.0"))) {
// since we're not yet release artifact under Scala 3
// since we haven't yet release any artifact under Scala 3
Set.empty
} else Set("io.circe" %% "circe-optics" % Versions.previousCirceOptics)
},
Expand Down

0 comments on commit 47a65a2

Please sign in to comment.