From 9d61ba231bc1f52c77b7f1c52a5d4d2f0c59b7de Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 2 Jul 2023 21:00:35 +0000 Subject: [PATCH] Update sbt-best-practice to 8.3.1 --- project/sbt-best-practice.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/sbt-best-practice.sbt b/project/sbt-best-practice.sbt index 1340249..ff7f572 100644 --- a/project/sbt-best-practice.sbt +++ b/project/sbt-best-practice.sbt @@ -1,3 +1,3 @@ addSbtPlugin( - "com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "8.3.0" + "com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "8.3.1" )