Skip to content

Commit

Permalink
bump: scalatest 3.2.17 (was 3.2.16) (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 9, 2023
1 parent 5366eca commit 972d102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ object Dependencies {
"com.typesafe.akka" %% "akka-cluster-tools" % AkkaVersion,
"com.datastax.oss" % "java-driver-core" % CassandraDriverVersion,
Logback % Test,
"org.scalatest" %% "scalatest" % "3.2.16" % Test) ++ akkaTestDeps.map(_ % AkkaVersion % Test)
"org.scalatest" %% "scalatest" % "3.2.17" % Test) ++ akkaTestDeps.map(_ % AkkaVersion % Test)

val exampleDependencies = Seq(
Logback,
Expand Down

0 comments on commit 972d102

Please sign in to comment.