Skip to content

Commit

Permalink
Update scalatest 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 53f67da commit 3c3007c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domains-cats/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ libraryDependencies += "org.typelevel" %%% "cats-free" % "2.0.0" % Optional // F

libraryDependencies += "org.typelevel" %%% "cats-core" % "2.0.0"

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.16" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.17" % Test

libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-catch" % "1.5.5"

Expand Down

0 comments on commit 3c3007c

Please sign in to comment.