Skip to content

Commit

Permalink
Update scalameta to 4.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 12, 2025
1 parent 9f234ad commit cd52133
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 @@ -6,7 +6,7 @@ organization in ThisBuild := "com.thoughtworks.example"

name := "sbt-example"

libraryDependencies += "org.scalameta" %% "scalameta" % "4.7.8"
libraryDependencies += "org.scalameta" %% "scalameta" % "4.12.4"

libraryDependencies += scalaOrganization.value % "scala-reflect" % scalaVersion.value % Provided

Expand Down

0 comments on commit cd52133

Please sign in to comment.