Skip to content

Commit 1b5f26d

Browse files
authored
Merge pull request #407 from scala-steward/update/proguard-base-7.6.1
Update proguard-base to 7.6.1
2 parents bc3c2c6 + 514593a commit 1b5f26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ lazy val interface = project
114114
dest
115115
},
116116
addArtifact(Compile / packageBin / artifact, finalPackageBin),
117-
Proguard / proguardVersion := "7.6.0",
117+
Proguard / proguardVersion := "7.6.1",
118118
Proguard / proguardOptions ++= {
119119
val baseOptions = Seq(
120120
"-dontnote",

0 commit comments

Comments
 (0)