Skip to content

Commit

Permalink
Update scalactic to 3.2.17 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl authored Nov 28, 2023
1 parent fdae99b commit f951e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ lazy val root = (project in file(".")).settings(
"org.typelevel" %% "cats-core" % "2.10.0",
"com.chuusai" %% "shapeless" % "2.3.10",
"org.apache.poi" % "poi-ooxml" % "5.2.5",
"org.scalactic" %% "scalactic" % "3.2.14",
"org.scalatest" %% "scalatest-wordspec" % "3.2.14" % Test,
"org.scalactic" %% "scalactic" % "3.2.17",
"org.scalatest" %% "scalatest-wordspec" % "3.2.17" % Test,
"org.scalamock" %% "scalamock" % "5.2.0" % Test
)
)

0 comments on commit f951e0f

Please sign in to comment.