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 c7329f0 commit 1bf965eCopy full SHA for 1bf965e
project/plugins.sbt
@@ -1,8 +1,8 @@
1
//resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/"
2
resolvers += "Sonatype Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"
3
4
-addSbtPlugin(("org.scommons.sbt" % "sbt-scommons-plugin" % "0.9.0-SNAPSHOT").changing())
5
-//addSbtPlugin("org.scommons.sbt" % "sbt-scommons-plugin" % "0.8.0")
+//addSbtPlugin(("org.scommons.sbt" % "sbt-scommons-plugin" % "0.9.0-SNAPSHOT").changing())
+addSbtPlugin("org.scommons.sbt" % "sbt-scommons-plugin" % "0.9.0")
6
7
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.5")
8
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
0 commit comments