Skip to content

Commit

Permalink
plugin version 1.1.4 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue authored Oct 20, 2024
1 parent 5434a10 commit 0642c5a
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.3"
compilerPlugin("com.lightbend" %% "scala-fortify" % "1.1.4"
cross CrossVersion.patch))
else
Seq()
Expand Down

0 comments on commit 0642c5a

Please sign in to comment.