From e5098037dbbfed760bba5dc9f4828ebcb39521d0 Mon Sep 17 00:00:00 2001 From: sh0hei Date: Mon, 2 Aug 2021 09:04:44 +0900 Subject: [PATCH 1/2] Update sbt to 1.5.5 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index a82bb05e..10fd9eee 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.3.7 +sbt.version=1.5.5 From fbe8cacf80654bee65840e0ccb4ba7e1c9ab4a8e Mon Sep 17 00:00:00 2001 From: sh0hei Date: Mon, 2 Aug 2021 09:05:13 +0900 Subject: [PATCH 2/2] Update sbt-mdoc to 2.2.22 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index d50e2032..dc10a942 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ // addSbtPlugin("io.get-coursier" % "sbt-coursier" % "2.0.0-RC4") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.1.5" ) +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.22" ) // addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.10")