Skip to content

Commit

Permalink
Update scalatest to 3.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and an-tex committed Jul 4, 2024
1 parent f04e972 commit 346a7fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import sbt._
object Dependencies {
val scala213 = "2.13.14"

val scalaTest = Def.setting("org.scalatest" %%% "scalatest" % "3.2.18")
val specs2 = Def.setting("org.scalatest" %%% "scalatest" % "3.2.18")
val scalaTest = Def.setting("org.scalatest" %%% "scalatest" % "3.2.19")
val specs2 = Def.setting("org.scalatest" %%% "scalatest" % "3.2.19")
val scalamock = "org.scalamock" %% "scalamock" % "6.0.0" % Test
val slf4j = "org.slf4j" % "slf4j-api" % "2.0.13"
val scalaJavaTime = Def.setting("io.github.cquiroz" %%% "scala-java-time" % "2.6.0")
Expand Down

0 comments on commit 346a7fd

Please sign in to comment.