Skip to content

Commit e745146

Browse files
committed
Commented out sbt-api-mappings plugin
1 parent a6ce887 commit e745146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" %
77
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")
88
addSbtPlugin("com.typesafe.sbt" % "sbt-multi-jvm" % "0.4.0")
99
addSbtPlugin("com.timushev.sbt" % "sbt-rewarn" % "0.1.3")
10-
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")
10+
//addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")
1111
addSbtPlugin("com.dwijnand" % "sbt-project-graph" % "0.4.0")
1212

1313
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always

0 commit comments

Comments
 (0)