Skip to content

Commit

Permalink
Merge pull request #368 from scala-steward/update/proguard-base-7.5.0
Browse files Browse the repository at this point in the history
Update proguard-base to 7.5.0
  • Loading branch information
tgodzik authored May 31, 2024
2 parents a8446de + c8c80fe commit 24e43b7
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 24e43b7

Please sign in to comment.