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
paoloboni committed Sep 10, 2023
1 parent 31e6b8c commit d10d052
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,7 +4,7 @@ object Dependencies {
lazy val shapeless = "com.chuusai" %% "shapeless" % "2.4.0-M1"
lazy val sprayJson = "io.spray" %% "spray-json" % "1.3.6"
lazy val scalacheckShapeless = "com.github.alexarchambault" %% "scalacheck-shapeless_1.15" % "1.3.0"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.16"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.17"
lazy val scalacheck_2 = "org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0"
lazy val scalacheck_3 = "org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0"
}

0 comments on commit d10d052

Please sign in to comment.