Skip to content

Commit

Permalink
Merge pull request #585 from scala-steward/update/parsers-4.7.3
Browse files Browse the repository at this point in the history
parsers 4.7.3 (was 4.7.1)
  • Loading branch information
mkurz authored Jan 23, 2023
2 parents 020c2fd + 4185283 commit bda929e
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 @@ -123,7 +123,7 @@ lazy val compiler = project
}
},
libraryDependencies += parserCombinators(scalaVersion.value) % Optional,
libraryDependencies += ("org.scalameta" %% "parsers" % "4.7.1").cross(CrossVersion.for3Use2_13),
libraryDependencies += ("org.scalameta" %% "parsers" % "4.7.3").cross(CrossVersion.for3Use2_13),
run / fork := true
)
.aggregate(parser)
Expand Down

0 comments on commit bda929e

Please sign in to comment.