Skip to content

Commit

Permalink
Update scalatest to 3.2.18 (#418)
Browse files Browse the repository at this point in the history
Co-authored-by: Lukáš Karas <lukas.karas@avast.com>
  • Loading branch information
scala-steward and Karry committed Feb 23, 2024
1 parent efb5c75 commit a00ceb6
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 @@ -25,7 +25,7 @@ object Dependencies {
lazy val monixDependency = "io.monix" %% "monix" % "3.4.1"
lazy val scalaCollectionCompat =
"org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.17"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18"
lazy val slf4jDepedency = "org.slf4j" % "slf4j-api" % "2.0.12"
lazy val sourcecode = "com.lihaoyi" %% "sourcecode" % "0.3.1"
lazy val zioDependency = "dev.zio" %% "zio" % "1.0.18"
Expand Down

0 comments on commit a00ceb6

Please sign in to comment.