From 955e96f29bd86f50f984c825ac14cac46fba5497 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Tue, 15 Oct 2024 02:12:54 +0000 Subject: [PATCH] Update sbt-scalaprops to 0.5.1 --- project/plugin.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugin.sbt b/project/plugin.sbt index 0958b3b..e9b28a3 100644 --- a/project/plugin.sbt +++ b/project/plugin.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("com.github.scalaprops" % "sbt-scalaprops" % "0.5.0") +addSbtPlugin("com.github.scalaprops" % "sbt-scalaprops" % "0.5.1") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.5")