Skip to content

Commit

Permalink
Update scalatest to 3.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and xuwei-k committed May 25, 2023
1 parent 1e84c89 commit fe94455
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 @@ -74,7 +74,7 @@ object Dependencies {
val sbinary = "org.scala-sbt" %% "sbinary" % "0.5.1"
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.1.0"
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.17.0"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.15"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.16"
val verify = "com.eed3si9n.verify" %% "verify" % "2.0.1"
val sjsonnew = Def.setting {
"com.eed3si9n" %% "sjson-new-core" % contrabandSjsonNewVersion.value
Expand Down

0 comments on commit fe94455

Please sign in to comment.