Skip to content

Commit

Permalink
Update scalatest to 3.2.18 (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 19, 2024
1 parent 022e7b7 commit 9d756d9
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.17")
val scalaTest = dep("org.scalatest" %%% "scalatest" % "3.2.18")

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

0 comments on commit 9d756d9

Please sign in to comment.