Skip to content

Commit

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

0 comments on commit 4c6492b

Please sign in to comment.