From 52ddafd5e7fcea0415c4380cce8fa153373c6c94 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Fri, 12 Apr 2024 01:50:05 +0000 Subject: [PATCH] Update sbt-scalaprops to 0.5.0 --- project/plugin.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugin.sbt b/project/plugin.sbt index 0f67c9b..9119abb 100644 --- a/project/plugin.sbt +++ b/project/plugin.sbt @@ -1,7 +1,7 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21") -addSbtPlugin("com.github.scalaprops" % "sbt-scalaprops" % "0.4.4") +addSbtPlugin("com.github.scalaprops" % "sbt-scalaprops" % "0.5.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")