Skip to content

Commit

Permalink
Update scalameta to 4.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 16, 2023
1 parent fe2f2b1 commit 1ae647b
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.12"
)
}

0 comments on commit 1ae647b

Please sign in to comment.