We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ce887 commit e745146Copy full SHA for e745146
project/plugins.sbt
@@ -7,7 +7,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" %
7
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")
8
addSbtPlugin("com.typesafe.sbt" % "sbt-multi-jvm" % "0.4.0")
9
addSbtPlugin("com.timushev.sbt" % "sbt-rewarn" % "0.1.3")
10
-addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")
+//addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")
11
addSbtPlugin("com.dwijnand" % "sbt-project-graph" % "0.4.0")
12
13
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
0 commit comments