Skip to content

Commit

Permalink
Merge pull request #1074 from scala-steward/update/parboiled-2.5.1
Browse files Browse the repository at this point in the history
Update parboiled to 2.5.1
  • Loading branch information
sh0hei authored Nov 9, 2023
2 parents 8a18c4f + b974bca commit d7c5fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ lazy val parser = project
mimaPreviousArtifacts := Set("org.sangria-graphql" %% "sangria-parser" % "4.0.0"),
libraryDependencies ++= Seq(
// AST Parser
"org.parboiled" %% "parboiled" % "2.5.0",
"org.parboiled" %% "parboiled" % "2.5.1",
"org.scalatest" %% "scalatest" % "3.2.17" % Test
),
apiURL := {
Expand Down

0 comments on commit d7c5fbd

Please sign in to comment.