From 6e8ab672196695eb3be0ae47353ddfe2009bc228 Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Fri, 17 May 2019 22:10:37 +0200 Subject: [PATCH] Adapt README again because reason given was probably wrong It seems the problem might already be fixed in master. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffa546cfb..62f5c06c7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Visualize your project's dependencies. -**Note: sbt 1.3.x is currently not supported because by default sbt 1.3.x. [replaced Ivy with coursier](https://www.lightbend.com/blog/sbt-1.3.0-release). For the time being, if you want to use sbt-dependency-graph, either stay on sbt 1.2.x, or disable coursier (`ThisBuild / useCoursier := false`). Please also consider helping out implementing support for coursier in this plugin (see [#178](https://github.com/jrudolph/sbt-dependency-graph/issues/178)).** +**Note: sbt 1.3.x is currently not supported (but hopefully fixed soon), see [#178](https://github.com/jrudolph/sbt-dependency-graph/issues/178)).** ## Usage Instructions