Skip to content

Commit

Permalink
Update proguard-base to 7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 4, 2024
1 parent 20ad9e4 commit 3f6b3ee
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.5.0",
Proguard / proguardVersion := "7.6.0",
Proguard / proguardOptions ++= {
val baseOptions = Seq(
"-dontnote",
Expand Down

0 comments on commit 3f6b3ee

Please sign in to comment.