Skip to content

Commit

Permalink
Update scalatest to 3.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
tna-digital-archiving-jenkins committed Oct 16, 2023
1 parent c5bc0d1 commit 73656c9
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 @@ -2,5 +2,5 @@ import sbt._

object Dependencies {
lazy val commonsLang3 = "org.apache.commons" % "commons-lang3" % "3.13.0"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.12"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.17"
}

0 comments on commit 73656c9

Please sign in to comment.