Skip to content

Commit

Permalink
Update scalatest to 3.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 19, 2024
1 parent 31b17a3 commit cf426ad
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 @@ -4,6 +4,6 @@ object Dependencies {
lazy val scalaCollectionCompat =
"org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0"
lazy val scalapy = "me.shadaj" %% "scalapy-core" % "0.5.2"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.11"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18"
lazy val organizeImports = "com.github.liancheng" %% "organize-imports" % "0.6.0"
}

0 comments on commit cf426ad

Please sign in to comment.