diff --git a/build.sbt b/build.sbt index 16e0f890..b15c24e2 100644 --- a/build.sbt +++ b/build.sbt @@ -46,7 +46,7 @@ lazy val pluginSettings: Seq[Def.Setting[_]] = Seq( "com.sksamuel.scrimage" %% "scrimage-scala" % "4.0.36", "com.github.marklister" %% "base64" % "0.3.0", "org.scalatest" %% "scalatest" % "3.2.16" % Test, - "org.scalatestplus" %% "scalacheck-1-15" % "3.2.11.0" % Test + "org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test ), scriptedLaunchOpts ++= Seq( "-Xmx2048M",