Skip to content

Commit

Permalink
Update scalatest to 3.2.18 (#114)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-asf[bot] committed Apr 6, 2024
1 parent aa46c4f commit 2ca9e32
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 @@ -55,8 +55,8 @@ object Dependencies {
val postgresql = "org.postgresql" % "postgresql" % "42.3.10" % Test

val logback = "ch.qos.logback" % "logback-classic" % "1.3.14" % Test
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.14" % Test
val junit = "junit" % "junit" % "4.12" % Test
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18" % Test
val junit = "junit" % "junit" % "4.13.2" % Test
val junitInterface = "com.novocode" % "junit-interface" % "0.11" % Test
}

Expand Down

0 comments on commit 2ca9e32

Please sign in to comment.