Skip to content

Commit

Permalink
build(deps): update dependency org.scalactic:scalactic to v3.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 1, 2024
1 parent 16d9b75 commit 7f81860
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,7 +2,7 @@ import sbt._

object Dependencies {

lazy val scalactic: ModuleID = "org.scalactic" %% "scalactic" % "3.2.17"
lazy val scalactic: ModuleID = "org.scalactic" %% "scalactic" % "3.2.18"

lazy val scalatest: ModuleID = "org.scalatest" %% "scalatest" % "3.2.17" % Test
}

0 comments on commit 7f81860

Please sign in to comment.