Skip to content

Commit

Permalink
Merge pull request #313 from scala-steward/update/scalatest-3.2.18
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.18
  • Loading branch information
sh0hei authored Mar 2, 2024
2 parents 2e12e68 + 58bfbb2 commit 5deae36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ libraryDependencies ++= Seq(
("io.opentracing.contrib" %% "opentracing-scala-concurrent" % "0.0.6").cross(
CrossVersion.for3Use2_13),
"io.opentracing" % "opentracing-mock" % "0.33.0" % Test,
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
"org.sangria-graphql" %% "sangria-json4s-native" % "1.0.2" % Test,
"org.slf4j" % "slf4j-simple" % "2.0.11" % Test
)
Expand Down

0 comments on commit 5deae36

Please sign in to comment.