Skip to content

Commit

Permalink
Update scalatest to 3.2.14 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 20, 2022
1 parent cdf7ce2 commit 1cac384
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,7 +5,7 @@ object Dependencies {
private object Versions {
val Enumeratum = "1.7.0"
val OrganizeImports = "0.6.0"
val ScalaTest = "3.2.13"
val ScalaTest = "3.2.14"
}

val enumeratum: ModuleID = "com.beachape" %% "enumeratum" % Versions.Enumeratum
Expand Down

0 comments on commit 1cac384

Please sign in to comment.