Skip to content

Commit

Permalink
Merge pull request #118 from scala-steward/update/scalatest-3.2.17
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.17
  • Loading branch information
skhdl authored Sep 9, 2023
2 parents 8115c2a + 809ec0f commit b8d71c3
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 b8d71c3

Please sign in to comment.