Skip to content

Commit

Permalink
Update scalameta to 4.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 26, 2023
1 parent 50039b9 commit 3730a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/src/main/scala/modules/scalaSupport.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ object scalaSupport {
val project =
commonModule("scala-support")
.settings(
libraryDependencies += "org.scalameta" %% "scalameta" % "4.5.13"
libraryDependencies += "org.scalameta" %% "scalameta" % "4.8.11"
)
}

0 comments on commit 3730a6b

Please sign in to comment.