Skip to content

Commit

Permalink
Update proguard-base to 7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 31, 2024
1 parent a8446de commit c8c80fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ lazy val interface = project
dest
},
addArtifact(Compile / packageBin / artifact, finalPackageBin),
Proguard / proguardVersion := "7.4.2",
Proguard / proguardVersion := "7.5.0",
Proguard / proguardOptions ++= {
val baseOptions = Seq(
"-dontnote",
Expand Down

0 comments on commit c8c80fe

Please sign in to comment.