From 20e1f378cc96d93baf69c7f601e9d6f15c65abcc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 16 Oct 2024 22:51:32 +0000 Subject: [PATCH] Update specs2-core, specs2-mock to 4.20.9 --- build.sbt | 4 ++-- codegen/src/sbt-test/generator/e2e/build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index dbe125a..464b5f6 100644 --- a/build.sbt +++ b/build.sbt @@ -38,8 +38,8 @@ lazy val runtime = (project in file("runtime")).settings( "com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion, "com.thesamet.scalapb" %% "scalapb-json4s" % "0.12.1", "org.json4s" %% "json4s-native" % "4.0.7", - "org.specs2" %% "specs2-core" % "4.20.5" % Test, - "org.specs2" %% "specs2-mock" % "4.20.5" % Test + "org.specs2" %% "specs2-core" % "4.20.9" % Test, + "org.specs2" %% "specs2-mock" % "4.20.9" % Test ), // compile protobuf messages for unit tests Project.inConfig(Test)(sbtprotoc.ProtocPlugin.protobufConfigSettings), diff --git a/codegen/src/sbt-test/generator/e2e/build.sbt b/codegen/src/sbt-test/generator/e2e/build.sbt index 76c075c..872c897 100644 --- a/codegen/src/sbt-test/generator/e2e/build.sbt +++ b/codegen/src/sbt-test/generator/e2e/build.sbt @@ -9,4 +9,4 @@ scalacOptions ++= Seq( "-Xfatal-warnings" ) -libraryDependencies += "org.specs2" %% "specs2-core" % "4.20.5" % Test +libraryDependencies += "org.specs2" %% "specs2-core" % "4.20.9" % Test