From afae33fd78c57540ac9e738e12bb1cb9d699c139 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 7 Jun 2023 01:06:05 +0000 Subject: [PATCH] Update sbt-version-policy to 2.1.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bc3a484..339be79 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -18,6 +18,6 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11") //addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1") -addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "2.1.0") +addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "2.1.1") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0")