Skip to content

Commit

Permalink
Update parsers to 4.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-center-steward[bot] committed Dec 13, 2024
1 parent 28148a3 commit aa6c38d
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.6"
val scalaMeta = ("org.scalameta" %% "parsers" % "4.12.0").cross(CrossVersion.for3Use2_13)
val scalaMeta = ("org.scalameta" %% "parsers" % "4.12.1").cross(CrossVersion.for3Use2_13)

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

0 comments on commit aa6c38d

Please sign in to comment.