From 3747a43fd852fc917ae79fb0318ea0f976e13a64 Mon Sep 17 00:00:00 2001 From: 47erbot Date: Mon, 5 Apr 2021 07:35:18 +0200 Subject: [PATCH] Update scalacheck-1-15 to 3.2.7.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9828138e..db09354d 100644 --- a/build.sbt +++ b/build.sbt @@ -46,7 +46,7 @@ lazy val pluginSettings: Seq[Def.Setting[_]] = Seq( "com.lihaoyi" %% "scalatags" % "0.9.4", "com.sksamuel.scrimage" %% "scrimage-scala" % "4.0.17", "org.scalatest" %% "scalatest" % "3.2.7" % Test, - "org.scalatestplus" %% "scalacheck-1-15" % "3.2.6.0" % Test + "org.scalatestplus" %% "scalacheck-1-15" % "3.2.7.0" % Test ), scriptedLaunchOpts ++= Seq( "-Xmx2048M",