Skip to content

Commit 94062a3

Browse files
authored
try to produce reproducible build (#655)
1 parent 85cc3d6 commit 94062a3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ ThisBuild / githubWorkflowPublish := Seq(
162162
)
163163
)
164164

165+
enablePlugins(ReproducibleBuildsPlugin)
165166
// site
166167
enablePlugins(SiteScaladocPlugin)
167168
//enablePlugins(GhpagesPlugin)

project/plugins.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
1111
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.19.0")
1212

1313
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
14+
15+
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.31")

0 commit comments

Comments
 (0)