Skip to content

Commit

Permalink
Merge pull request #590 from scala-steward/update/parsers-4.7.4
Browse files Browse the repository at this point in the history
parsers 4.7.4 (was 4.7.3)
  • Loading branch information
mkurz authored Feb 13, 2023
2 parents d85d34d + 02bf252 commit 4c28847
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.3").cross(CrossVersion.for3Use2_13),
libraryDependencies += ("org.scalameta" %% "parsers" % "4.7.4").cross(CrossVersion.for3Use2_13),
run / fork := true
)
.aggregate(parser)
Expand Down

0 comments on commit 4c28847

Please sign in to comment.