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 9bdc253 commit 2400384Copy full SHA for 2400384
project/plugins.sbt
@@ -1,3 +1,6 @@
1
+// needed due to dependency convergence issues
2
+libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
3
+
4
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.31")
5
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
6
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")
0 commit comments