Skip to content

Commit

Permalink
Update specs2-core, specs2-mock to 4.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 6, 2024
1 parent 6d79a9d commit 39fb8d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.6" % Test,
"org.specs2" %% "specs2-mock" % "4.20.6" % Test
),
// compile protobuf messages for unit tests
Project.inConfig(Test)(sbtprotoc.ProtocPlugin.protobufConfigSettings),
Expand Down
2 changes: 1 addition & 1 deletion codegen/src/sbt-test/generator/e2e/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ scalacOptions ++= Seq(
"-Xfatal-warnings"
)

libraryDependencies += "org.specs2" %% "specs2-core" % "4.20.5" % Test
libraryDependencies += "org.specs2" %% "specs2-core" % "4.20.6" % Test

0 comments on commit 39fb8d0

Please sign in to comment.