Skip to content

Commit

Permalink
plugin 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Jun 5, 2024
1 parent 0033fb5 commit 2358ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fortify.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ThisBuild / fortifyEnabled :=
ThisBuild / libraryDependencies ++= (
if (fortifyEnabled.value)
Seq(
compilerPlugin("com.lightbend" %% "scala-fortify" % "1.1.1-RC1"
compilerPlugin("com.lightbend" %% "scala-fortify" % "1.1.1"
cross CrossVersion.patch))
else
Seq()
Expand Down

0 comments on commit 2358ab6

Please sign in to comment.