Skip to content

Commit

Permalink
Update scalatest from 3.2.14 to 3.2.17 (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: Anand Singh <[email protected]>
  • Loading branch information
anand-singh and anand-singh authored Dec 6, 2023
1 parent c87044b commit eb2b414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ object Dependencies {
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.4.14"
lazy val chimney = "io.scalaland" %% "chimney" % "0.6.2"
lazy val logging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.14" % Test
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.17" % Test
}

0 comments on commit eb2b414

Please sign in to comment.