From 7ef81a87fd42e2ede1262a29948648dc1db02267 Mon Sep 17 00:00:00 2001 From: Alexey Alekhin Date: Thu, 29 Apr 2021 02:43:52 +0200 Subject: [PATCH] add link to sbt's readme --- plugins/sbt/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sbt/README.md b/plugins/sbt/README.md index e287f09e9..c501edd79 100644 --- a/plugins/sbt/README.md +++ b/plugins/sbt/README.md @@ -1,6 +1,6 @@ # sbt plugin -Publish Scala projects with sbt +Publish Scala projects with [sbt](https://www.scala-sbt.org) > :warning: only sbt 1.4+ is supported at the moment because this plugin uses `sbt --client` functionality