Skip to content

Commit

Permalink
Update scalatest to 3.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 8, 2023
1 parent 044e483 commit 809ec0f
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 @@ -69,7 +69,7 @@ lazy val libs = Seq(
"org.apache.logging.log4j" % "log4j-slf4j-impl" % log4jVer,
"org.apache.logging.log4j" % "log4j-api" % log4jVer,
"org.jline" % "jline-terminal" % jlineVer,
"org.scalatest" %% "scalatest" % "3.2.16" % "test"
"org.scalatest" %% "scalatest" % "3.2.17" % "test"
)

val commonScalaDoc = Seq(
Expand Down

0 comments on commit 809ec0f

Please sign in to comment.