Skip to content

Commit

Permalink
Update stripper
Browse files Browse the repository at this point in the history
Should fix #277 as this now strips those 0x000a sections entirely.
  • Loading branch information
raboof committed Feb 18, 2024
1 parent f3fced3 commit 8ae97b2
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 @@ -27,7 +27,7 @@ enablePlugins(ReproducibleBuildsPlugin)
enablePlugins(SbtPlugin)
enablePlugins(ScriptedPlugin)

libraryDependencies += "net.bzzt" % "reproducible-builds-jvm-stripper" % "0.9"
libraryDependencies += "net.bzzt" % "reproducible-builds-jvm-stripper" % "0.10"
libraryDependencies += "io.spray" %% "spray-json" % "1.3.6"

libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.17" % "test"
Expand Down

0 comments on commit 8ae97b2

Please sign in to comment.