Skip to content

Commit

Permalink
Merge pull request #163 from scala-steward/update/scalatest-3.2.19
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.19
  • Loading branch information
skhdl authored Aug 19, 2024
2 parents 40ba301 + 5348a91 commit 0be070b
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.17" % "test"
"org.scalatest" %% "scalatest" % "3.2.19" % "test"
)

val commonScalaDoc = Seq(
Expand Down

0 comments on commit 0be070b

Please sign in to comment.