From 59e1c200e14d4ccbd68e24dde6ce97a517efe4ec Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 27 Oct 2025 14:28:03 +0000 Subject: [PATCH] Update proguard-base to 7.8.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e208a53..78df311 100644 --- a/build.sbt +++ b/build.sbt @@ -119,7 +119,7 @@ lazy val interface = project dest }, addArtifact(Compile / packageBin / artifact, finalPackageBin), - Proguard / proguardVersion := "7.8.0", + Proguard / proguardVersion := "7.8.1", Proguard / proguardOptions ++= { val baseOptions = Seq( "-dontnote",