From ace3402d13502efe99353b6e31715fbf097dee85 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 07:33:42 +0000 Subject: [PATCH] Run `sbt ci-docs` [skip ci] --- LICENSE.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 9404230e..3b01e652 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ - Apache License + Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ diff --git a/README.md b/README.md index 3fd93fcd..70191883 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This plugin enables several settings automatically by downloading them from Gith Add the following line to your `plugins.sbt` file: ```sbt -addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.11.4") +addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.11.5") ``` > If you use [mdoc](https://scalameta.org/mdoc/) there's also available an [mdoc integration module](https://alejandrohdezma.github.io/sbt-github/docs/sbt-mdoc)