Skip to content

Commit

Permalink
plugin 1.1.3 (was .1)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Sep 20, 2024
1 parent 96a5525 commit c8d8863
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"
compilerPlugin("com.lightbend" %% "scala-fortify" % "1.1.3"
cross CrossVersion.patch))
else
Seq()
Expand Down

0 comments on commit c8d8863

Please sign in to comment.