Skip to content

Commit

Permalink
Merge pull request #1004 from scala-steward/update/parboiled-2.5.0
Browse files Browse the repository at this point in the history
Update parboiled to 2.5.0
  • Loading branch information
yanns authored May 30, 2023
2 parents 662b82a + 692dcf0 commit 3f9a095
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 @@ -126,7 +126,7 @@ lazy val parser = project
"org.sangria-graphql" %% "sangria-parser" % "3.0.0"),
libraryDependencies ++= Seq(
// AST Parser
"org.parboiled" %% "parboiled" % "2.4.1",
"org.parboiled" %% "parboiled" % "2.5.0",
"org.scalatest" %% "scalatest" % "3.2.16" % Test
),
apiURL := {
Expand Down

0 comments on commit 3f9a095

Please sign in to comment.