From 43416050af45dd77364dc6a74d1249d0380439ed Mon Sep 17 00:00:00 2001 From: Denis Pyshev Date: Sat, 22 Aug 2020 12:57:34 +0300 Subject: [PATCH] Disable plugin to test its usage --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5f21d8126e48a..8c6191e780746 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -38,7 +38,7 @@ resolvers += Resolver.url("bintray", addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.3.0") // sbt 1.0.0 support: https://github.com/AlpineNow/junit_xml_listener/issues/6 -addSbtPlugin("com.alpinenow" % "junit_xml_listener" % "0.5.1") +// addSbtPlugin("com.alpinenow" % "junit_xml_listener" % "0.5.1") // need to make changes to uptake sbt 1.0 support in "com.eed3si9n" % "sbt-unidoc" % "0.4.1" addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.3")