Skip to content

Commit

Permalink
Update scalatest to 3.2.18 (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-didx[bot] <156918788+scala-steward-didx[bot]@users.noreply.github.com>
Co-authored-by: Mourits de Beer <[email protected]>
  • Loading branch information
scala-steward-didx[bot] and ff137 authored Feb 8, 2024
1 parent 56776dd commit 6bcf7e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ lazy val http4sVersion = "0.23.25"
lazy val http4sBlazeVersion = "0.23.16"
lazy val logbackVersion = "1.4.14"
lazy val pureconfigVersion = "0.17.5"
lazy val scalaTestVersion = "3.2.17"
lazy val scalaTestVersion = "3.2.18"
lazy val slf4jVersion = "2.0.12"
lazy val sttpVersion = "3.9.2"
lazy val tapirVersion = "1.9.1"
Expand Down
2 changes: 1 addition & 1 deletion project.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
//> using dep com.softwaremill.sttp.tapir::tapir-json-circe:1.9.9
//> using dep ch.qos.logback:logback-classic:1.4.14
//> using test.dep com.softwaremill.sttp.tapir::tapir-sttp-stub-server:1.9.9
//> using test.dep org.scalatest::scalatest:3.2.17
//> using test.dep org.scalatest::scalatest:3.2.18
//> using test.dep com.softwaremill.sttp.client3::circe:3.9.1
//> using dep com.github.geirolz::erules-core:0.1.0
//> using dep org.http4s::http4s-blaze-server:0.23.15
Expand Down

0 comments on commit 6bcf7e2

Please sign in to comment.