From 8197cf50462c99f37409a673d869c43cb4451f4b Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Tue, 15 Oct 2024 02:36:26 +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 dff47b9..d0ed09e 100644 --- a/project/plugin.sbt +++ b/project/plugin.sbt @@ -15,7 +15,7 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") -addSbtPlugin("com.github.scalaprops" % "sbt-scalaprops" % "0.5.0") +addSbtPlugin("com.github.scalaprops" % "sbt-scalaprops" % "0.5.1") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")