Skip to content

Commit

Permalink
Merge pull request #800 from scalacenter/update/parsers-4.12.0
Browse files Browse the repository at this point in the history
Update parsers to 4.12.0
  • Loading branch information
adpi2 authored Nov 25, 2024
2 parents 0309722 + 288e558 commit 66c22ae
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.12.0"
val sbtTestAgent = "org.scala-sbt" % "test-agent" % "1.10.5"
val scalaMeta = ("org.scalameta" %% "parsers" % "4.11.2").cross(CrossVersion.for3Use2_13)
val scalaMeta = ("org.scalameta" %% "parsers" % "4.12.0").cross(CrossVersion.for3Use2_13)

// test dependencies
val munit = "org.scalameta" %% "munit" % "1.0.2"
Expand Down

0 comments on commit 66c22ae

Please sign in to comment.