Skip to content

Commit

Permalink
Update scalatest to 3.2.16 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 24, 2023
1 parent be3bde4 commit 963e76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Deps {
val cats = dep("org.typelevel" %%% "cats-core" % "2.9.0")
val chameleon = dep("com.github.cornerman" %%% "chameleon" % "0.3.5")

val scalaTest = dep("org.scalatest" %%% "scalatest" % "3.2.15")
val scalaTest = dep("org.scalatest" %%% "scalatest" % "3.2.16")
val kittens = dep("org.typelevel" %%% "kittens" % "3.0.0")
val circe = new {
private val version = "0.14.1"
Expand Down

0 comments on commit 963e76d

Please sign in to comment.