From 6be6da0d125d0e65d07a7c24be9d49ee3c83e9db Mon Sep 17 00:00:00 2001 From: reidspencer Date: Thu, 1 Aug 2024 20:01:53 -0400 Subject: [PATCH] Update sbt-ossuminc to 0.12.0 for its upgraded dependencies --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9506a42e9..1e554614c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.ossuminc" % "sbt-ossuminc" % "0.11.1") +addSbtPlugin("com.ossuminc" % "sbt-ossuminc" % "0.12.0") // This enables sbt-bloop to create bloop config files for Metals editors // Uncomment locally if you use metals, otherwise don't slow down other