From 4fbbcbc271b682e9675322a1830665df7dcc3948 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Sun, 7 Feb 2021 01:24:01 +0000 Subject: [PATCH] Update sbt-scalaprops to 0.4.1 --- project/plugin.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugin.sbt b/project/plugin.sbt index 0ebf9c9..1ebfb88 100644 --- a/project/plugin.sbt +++ b/project/plugin.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") -addSbtPlugin("com.github.scalaprops" % "sbt-scalaprops" % "0.3.2") +addSbtPlugin("com.github.scalaprops" % "sbt-scalaprops" % "0.4.1") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.5") addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.1")