Skip to content

Commit

Permalink
Merge pull request #1088 from scala-steward/update/scalatest-3.2.18
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.18
  • Loading branch information
sh0hei authored Feb 22, 2024
2 parents faab862 + db3fcd8 commit ffc6077
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 @@ -76,7 +76,7 @@ lazy val parser = project
libraryDependencies ++= Seq(
// AST Parser
"org.parboiled" %% "parboiled" % "2.5.1",
"org.scalatest" %% "scalatest" % "3.2.17" % Test
"org.scalatest" %% "scalatest" % "3.2.18" % Test
),
apiURL := {
val ver = CrossVersion.binaryScalaVersion(scalaVersion.value)
Expand Down Expand Up @@ -206,7 +206,7 @@ lazy val core = project
// Streaming
"org.sangria-graphql" %% "sangria-streaming-api" % "1.0.3",
// Testing
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"org.scalatest" %% "scalatest" % "3.2.18" % 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 ffc6077

Please sign in to comment.