From 81423d20316904947224c86b13f393dfe08380b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 19:31:53 +0000 Subject: [PATCH] chore(deps): update dependency ch.epfl.scala:sbt-version-policy to v3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 2ad499b..e9bd475 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") // Version policy check -addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "2.1.3") +addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.1.0") // Release addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")