Skip to content

Commit

Permalink
Update scalafmt-core to 3.7.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Oct 25, 2023
1 parent b8b9374 commit c4c3f3e
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 @@ -45,7 +45,7 @@ lazy val `scalameta-ast` = projectMatrix
settings = Def.settings(
metaVersion := (LocalProject("scalameta-ast-latestJS") / metaVersion).value,
testBuildInfo,
libraryDependencies += "org.scalameta" %%% "scalafmt-core" % "3.7.14",
libraryDependencies += "org.scalameta" %%% "scalafmt-core" % "3.7.15",
libraryDependencies += "com.google.inject" % "guice" % "7.0.0" % Test,
Test / resourceGenerators += Def.task {
val v1 = (LocalProject("scalameta-ast-latestJS") / metaTreesSource).value
Expand Down

0 comments on commit c4c3f3e

Please sign in to comment.