Skip to content

Commit

Permalink
Merge pull request #663 from typelevel/update/scalac-compat-annotatio…
Browse files Browse the repository at this point in the history
…n-0.1.3
  • Loading branch information
armanbilge authored Nov 13, 2023
2 parents 7116274 + fb55c9d commit fd23c92
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.2" % Provided)
Seq("org.typelevel" %% "scalac-compat-annotation" % "0.1.3" % Provided)
else
Nil

Expand Down

0 comments on commit fd23c92

Please sign in to comment.