Skip to content

Commit

Permalink
Update scalameta to 4.13.0 (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 13, 2025
1 parent 7506e44 commit d3683cc
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.7")
("org.scalameta" %%% "scalameta" % "4.13.0")
.cross(CrossVersion.for3Use2_13)
)
)
Expand Down

0 comments on commit d3683cc

Please sign in to comment.