Skip to content

Commit

Permalink
Update scalatest to 3.2.17 (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 8, 2023
1 parent 0a6bf83 commit 9010636
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 @@ -5,7 +5,7 @@ import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._
object Deps {
import Def.{setting => dep}

val scalaTest = dep("org.scalatest" %%% "scalatest" % "3.2.16")
val scalaTest = dep("org.scalatest" %%% "scalatest" % "3.2.17")

val scalaReflect = dep("org.scala-lang" % "scala-reflect")
val cats = dep("org.typelevel" %%% "cats-core" % "2.10.0")
Expand Down

0 comments on commit 9010636

Please sign in to comment.