Skip to content

Commit

Permalink
Update scalac-compat-annotation to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Dec 24, 2023
1 parent 5a11001 commit 1d51db3
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 1d51db3

Please sign in to comment.