Skip to content

Commit

Permalink
Update scalameta to 4.12.3 (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 27, 2024
1 parent 28e2b79 commit a56cfd0
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.2")
("org.scalameta" %%% "scalameta" % "4.12.3")
.cross(CrossVersion.for3Use2_13)
)
)
Expand Down

0 comments on commit a56cfd0

Please sign in to comment.