We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd6d81 commit d255cebCopy full SHA for d255ceb
project/plugins.sbt
@@ -16,3 +16,6 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-rjs" % "1.0.1")
16
addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.0.0")
17
18
addSbtPlugin("com.typesafe.sbt" % "sbt-mocha" % "1.0.0")
19
+
20
+// for sbt 0.13.x
21
+addSbtPlugin("org.netbeans.nbsbt" % "nbsbt-plugin" % "1.1.4")
0 commit comments