Skip to content

Commit

Permalink
Don't use plugin snapshots on main
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof committed Oct 16, 2024
1 parent 86fb0a6 commit 02802eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.8.0")

addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32+10-1c096efd-SNAPSHOT")
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
//resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")

addSbtPlugin("net.bzzt" % "sbt-strict-scala-versions" % "0.0.1")

Expand Down

0 comments on commit 02802eb

Please sign in to comment.