Skip to content

Commit

Permalink
Update specs2-core, specs2-mock to 4.20.5 (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 9, 2024
1 parent ef7c124 commit e914fdf
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.3",
"org.specs2" %% "specs2-core" % "4.20.0" % Test,
"org.specs2" %% "specs2-mock" % "4.20.0" % Test
"org.specs2" %% "specs2-core" % "4.20.5" % Test,
"org.specs2" %% "specs2-mock" % "4.20.5" % 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.0" % Test
libraryDependencies += "org.specs2" %% "specs2-core" % "4.20.5" % Test

0 comments on commit e914fdf

Please sign in to comment.