Skip to content

Commit 4c6492b

Browse files
authored
Merge pull request #592 from scala-steward/update/parsers-4.7.5
parsers 4.7.5 (was 4.7.4)
2 parents 20bea6f + 9491b1d commit 4c6492b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ lazy val compiler = project
123123
}
124124
},
125125
libraryDependencies += parserCombinators(scalaVersion.value) % Optional,
126-
libraryDependencies += ("org.scalameta" %% "parsers" % "4.7.4").cross(CrossVersion.for3Use2_13),
126+
libraryDependencies += ("org.scalameta" %% "parsers" % "4.7.5").cross(CrossVersion.for3Use2_13),
127127
run / fork := true
128128
)
129129
.aggregate(parser)

0 commit comments

Comments
 (0)