Skip to content

Commit

Permalink
Update scalatest-funspec to 3.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 10, 2023
1 parent 0a5b4de commit 1204625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -20,7 +20,7 @@ crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.18", "2.13.11")
scalaVersion := crossScalaVersions.value.last

libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest-funspec" % "3.2.16" % Test,
"org.scalatest" %% "scalatest-funspec" % "3.2.17" % Test,
"commons-codec" % "commons-codec" % "1.16.0" % Test,
"io.netty" % "netty-codec" % "4.1.97.Final" % Test)

Expand Down

0 comments on commit 1204625

Please sign in to comment.