Skip to content

Commit

Permalink
Update scalameta to 4.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 28, 2023
1 parent a872731 commit 3603c25
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 @@ -42,7 +42,7 @@ lazy val playSwagger = project.in(file("core"))
Dependencies.test ++
Dependencies.yaml ++ Seq(
"com.github.takezoe" %% "runtime-scaladoc-reader" % "1.0.3",
"org.scalameta" %% "scalameta" % "4.8.5",
"org.scalameta" %% "scalameta" % "4.8.6",
"net.steppschuh.markdowngenerator" % "markdowngenerator" % "1.3.1.1",
"joda-time" % "joda-time" % "2.12.5" % Test,
"com.google.errorprone" % "error_prone_annotations" % "2.20.0" % Test
Expand Down

0 comments on commit 3603c25

Please sign in to comment.