Skip to content

Commit

Permalink
Update scalactic to 3.2.17 (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl committed Nov 27, 2023
1 parent 4a18dd8 commit d3aea9d
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.11" cross CrossVersion.full,
"org.typelevel" %% "cats-free" % "2.10.0",
"org.scalatest" %% "scalatest-wordspec" % "3.2.14" % Test,
"org.scalactic" %% "scalactic" % "3.2.14",
"org.scalactic" %% "scalactic" % "3.2.17",
"org.scalamock" %% "scalamock" % "5.2.0" % Test
)
)

0 comments on commit d3aea9d

Please sign in to comment.