Skip to content

Commit

Permalink
Update scalatest to 3.2.16 (#114)
Browse files Browse the repository at this point in the history
Pull request: #114
  • Loading branch information
scala-steward authored May 29, 2023
1 parent d0e3cf3 commit d581ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ trait Deps {
def mimaPreviousVersions: Seq[String] = Seq("0.3.0")

val millMain = ivy"com.lihaoyi::mill-main:${millVersion}"
val scalaTest = ivy"org.scalatest::scalatest:3.2.15"
val scalaTest = ivy"org.scalatest::scalatest:3.2.16"
val scoverageVersion = "2.0.8"
val scoverageRuntime = ivy"org.scoverage::scalac-scoverage-runtime:${scoverageVersion}"
}
Expand Down

0 comments on commit d581ecc

Please sign in to comment.