Skip to content

Commit

Permalink
Merge pull request #407 from scala-steward/update/proguard-base-7.6.1
Browse files Browse the repository at this point in the history
Update proguard-base to 7.6.1
  • Loading branch information
tgodzik authored Dec 13, 2024
2 parents bc3c2c6 + 514593a commit 1b5f26d
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 @@ -114,7 +114,7 @@ lazy val interface = project
dest
},
addArtifact(Compile / packageBin / artifact, finalPackageBin),
Proguard / proguardVersion := "7.6.0",
Proguard / proguardVersion := "7.6.1",
Proguard / proguardOptions ++= {
val baseOptions = Seq(
"-dontnote",
Expand Down

0 comments on commit 1b5f26d

Please sign in to comment.