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 f7d7cce commit 897dac4Copy full SHA for 897dac4
project/build.sbt
@@ -9,3 +9,5 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.8.0")
9
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.0")
10
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.3.8")
11
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "0.6.0")
12
+
13
+addSbtCoursier
project/project/plugins.sbt
@@ -0,0 +1 @@
1
+addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.1.0-M7")
0 commit comments