From 0c678555a265afbe8bab22d87230bf3e5178dc7a Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Tue, 15 Oct 2024 02:15:11 +0000 Subject: [PATCH] Update sbt-scalaprops to 0.5.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f97354f..a5d9252 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.github.scalaprops" % "sbt-scalaprops" % "0.5.0") +addSbtPlugin("com.github.scalaprops" % "sbt-scalaprops" % "0.5.1") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")