Skip to content

Commit

Permalink
Update parsers to 4.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-center-steward[bot] authored and adpi2 committed Jul 13, 2023
1 parent a720d01 commit f552bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ object Dependencies {
val scalaParallelCollection = "org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4"
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0"
val sbtTestAgent = "org.scala-sbt" % "test-agent" % "1.9.1"
val scalaMeta = ("org.scalameta" %% "parsers" % "4.8.3").cross(CrossVersion.for3Use2_13)
val scalaMeta = ("org.scalameta" %% "parsers" % "4.8.4").cross(CrossVersion.for3Use2_13)

// test dependencies
val munit = "org.scalameta" %% "munit" % "1.0.0-M8"
Expand Down

0 comments on commit f552bba

Please sign in to comment.