From a7fb82c9b84de4762aacd8a30527f5638873d156 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 30 Jan 2023 02:47:13 +0100 Subject: [PATCH] Update specs2-core to 4.19.2 (#139) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 897cccf..d532385 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ lazy val commonSettings = Seq( // format: off crossScalaVersions := Seq("2.12.17", "2.13.10", "3.2.1"), - libraryDependencies ++= Seq("org.specs2" %% "specs2-core" % "4.19.0"), + libraryDependencies ++= Seq("org.specs2" %% "specs2-core" % "4.19.2"), scalafmtOnCompile := true,