Skip to content

Commit

Permalink
Update scalactic to 3.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl committed May 28, 2023
1 parent 82d1050 commit 8bb568c
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 @@ -25,7 +25,7 @@ lazy val root = (project in file(".")).settings(
"com.lihaoyi" % "ammonite" % "2.5.5" cross CrossVersion.full,
"org.typelevel" %% "cats-free" % "2.9.0",
"org.scalatest" %% "scalatest-wordspec" % "3.2.14" % Test,
"org.scalactic" %% "scalactic" % "3.2.14",
"org.scalactic" %% "scalactic" % "3.2.16",
"org.scalamock" %% "scalamock" % "5.2.0" % Test
)
)

0 comments on commit 8bb568c

Please sign in to comment.