Skip to content

Commit

Permalink
Update scalameta to 4.12.5 (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 14, 2025
1 parent 0676c72 commit 797e21c
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 @@ -36,7 +36,7 @@ lazy val `jadd-parser-sbt` = crossProject(JSPlatform, JVMPlatform)
.settings(commonSettings, pgpSettings, publishSettings)
.settings(
libraryDependencies ++= Seq(
("org.scalameta" %%% "scalameta" % "4.12.4")
("org.scalameta" %%% "scalameta" % "4.12.5")
.cross(CrossVersion.for3Use2_13)
)
)
Expand Down

0 comments on commit 797e21c

Please sign in to comment.