Skip to content

Commit

Permalink
Merge pull request #675 from typelevel/update/scalac-compat-annotatio…
Browse files Browse the repository at this point in the history
…n-0.1.4

Update scalac-compat-annotation to 0.1.4
  • Loading branch information
armanbilge authored Dec 24, 2023
2 parents 5a11001 + 1d51db3 commit 0cd3ed5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ object TypelevelSettingsPlugin extends AutoPlugin {

val scalacCompat =
if (Set("2.12", "2.13", "3").contains(scalaBinaryVersion.value))
Seq("org.typelevel" %% "scalac-compat-annotation" % "0.1.3" % Provided)
Seq("org.typelevel" %% "scalac-compat-annotation" % "0.1.4" % Provided)
else
Nil

Expand Down

0 comments on commit 0cd3ed5

Please sign in to comment.