We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85cc3d6 commit 94062a3Copy full SHA for 94062a3
build.sbt
@@ -162,6 +162,7 @@ ThisBuild / githubWorkflowPublish := Seq(
162
)
163
164
165
+enablePlugins(ReproducibleBuildsPlugin)
166
// site
167
enablePlugins(SiteScaladocPlugin)
168
//enablePlugins(GhpagesPlugin)
project/plugins.sbt
@@ -11,3 +11,5 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
11
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.19.0")
12
13
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
14
+
15
+addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.31")
0 commit comments