From 56b6d80febce5211ad60e042bf8cff5141a1136b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 8 Jun 2024 17:24:12 +0000 Subject: [PATCH] specs2-core 3.10.0 (was 3.9.5) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8b95436..661ecb0 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ lazy val root = (project in file(".")) licenses in GlobalScope += "BSD" -> url("https://github.com/sbt/sbt-boilerplate/raw/master/LICENSE"), scalacOptions := Seq("-deprecation", "-encoding", "utf8"), - libraryDependencies += "org.specs2" %% "specs2-core" % "3.9.5" % Test, + libraryDependencies += "org.specs2" %% "specs2-core" % "3.10.0" % Test, scriptedLaunchOpts ++= Seq("-Xmx1024M", "-Dproject.version=" + version.value), pluginCrossBuild / sbtVersion := { scalaBinaryVersion.value match {