Skip to content

Commit

Permalink
Update scalatest to 3.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 7, 2023
1 parent dadda6a commit 542853f
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 @@ -18,7 +18,7 @@ publishTo := Some(Resolver.evolutionReleases)

libraryDependencies ++= Seq(
"com.evolutiongaming" %% "executor-tools" % "1.0.4",
"org.scalatest" %% "scalatest" % "3.2.14" % Test)
"org.scalatest" %% "scalatest" % "3.2.15" % Test)

licenses := Seq(("MIT", url("https://opensource.org/licenses/MIT")))

Expand Down

0 comments on commit 542853f

Please sign in to comment.