From d4c07a3901949abb4b635f279fde1530e3669efa Mon Sep 17 00:00:00 2001 From: "Indoor Vivants Steward[bot]" <228215+Indoor+Vivants+Steward[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 00:16:01 +0000 Subject: [PATCH] Update subatomic-plugin to 0.0.7+182-77b80a9c-SNAPSHOT --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 22c1747..b6142a5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,5 +7,5 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0" addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0") -addSbtPlugin("com.indoorvivants" % "subatomic-plugin" % "0.0.7+129-2d8190c9-SNAPSHOT") +addSbtPlugin("com.indoorvivants" % "subatomic-plugin" % "0.0.7+182-77b80a9c-SNAPSHOT") addSbtPlugin("org.jmotor.sbt" % "sbt-dependency-updates" % "1.2.7")