Skip to content

Commit

Permalink
Update scalameta to 4.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot committed Jan 15, 2025
1 parent 67c6409 commit 19b69b6
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 @@ -46,7 +46,7 @@ lazy val `scalameta-ast` = projectMatrix
metaVersion := (LocalProject("scalameta-ast-latestJS") / metaVersion).value,
testBuildInfo,
commonLatest,
libraryDependencies += "org.scalameta" %%% "scalameta" % "4.12.4.1",
libraryDependencies += "org.scalameta" %%% "scalameta" % "4.12.6",
libraryDependencies += "org.scalameta" %%% "scalafmt-core" % "3.8.4",
libraryDependencies += "com.google.inject" % "guice" % "7.0.0" % Test,
Test / resourceGenerators += Def.task {
Expand Down

0 comments on commit 19b69b6

Please sign in to comment.