From 2f49229d25c1119b38b06e05c95e20c6766bbca5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 2 Jul 2023 21:10:58 +0000 Subject: [PATCH] Update sbt-best-practice to 8.3.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index accdeb7..cd1bd20 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "8.2.1") +addSbtPlugin("com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "8.3.1") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.13")