We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62015f2 commit 1dc7241Copy full SHA for 1dc7241
fortify.sbt
@@ -12,7 +12,7 @@ ThisBuild / fortifyEnabled :=
12
ThisBuild / libraryDependencies ++= (
13
if (fortifyEnabled.value)
14
Seq(
15
- compilerPlugin("com.lightbend" %% "scala-fortify" % "1.1.4"
+ compilerPlugin("com.lightbend" %% "scala-fortify" % "1.1.5"
16
cross CrossVersion.patch))
17
else
18
Seq()
0 commit comments