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 f089ce0 commit f99672cCopy full SHA for f99672c
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" % "1.0.0-SNAPSHOT").changing())
5
-//addSbtPlugin("org.scommons.sbt" % "sbt-scommons-plugin" % "0.9.0")
+//addSbtPlugin(("org.scommons.sbt" % "sbt-scommons-plugin" % "1.0.0-SNAPSHOT").changing())
+addSbtPlugin("org.scommons.sbt" % "sbt-scommons-plugin" % "1.0.0")
6
7
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.5")
8
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
0 commit comments