We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49cf19d commit da17299Copy full SHA for da17299
build.sbt
@@ -163,6 +163,7 @@ ThisBuild / githubWorkflowPublish := Seq(
163
)
164
165
166
+enablePlugins(ReproducibleBuildsPlugin)
167
// site
168
enablePlugins(SiteScaladocPlugin)
169
//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