Skip to content

Commit

Permalink
Merge pull request #897 from scala-steward/update/scalatest-3.2.13
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.13
  • Loading branch information
yanns authored Aug 3, 2022
2 parents d5f1250 + 8fad8be commit de3d42f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ lazy val parser = project
libraryDependencies ++= Seq(
// AST Parser
"org.parboiled" %% "parboiled" % "2.4.0",
"org.scalatest" %% "scalatest" % "3.2.12" % Test
"org.scalatest" %% "scalatest" % "3.2.13" % Test
),
apiURL := {
val ver = CrossVersion.binaryScalaVersion(scalaVersion.value)
Expand Down Expand Up @@ -91,7 +91,7 @@ lazy val core = project
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
// Testing
"co.fs2" %% "fs2-core" % "2.5.11" % Test,
"org.scalatest" %% "scalatest" % "3.2.12" % Test,
"org.scalatest" %% "scalatest" % "3.2.13" % Test,
"org.sangria-graphql" %% "sangria-marshalling-testkit" % "1.0.4" % Test,
"org.sangria-graphql" %% "sangria-spray-json" % "1.0.3" % Test,
"org.sangria-graphql" %% "sangria-argonaut" % "1.0.2" % Test,
Expand Down

0 comments on commit de3d42f

Please sign in to comment.