Skip to content

Commit

Permalink
Update scalameta to 4.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot committed Aug 7, 2024
1 parent 3a22f3a commit 02f659f
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 @@ -19,7 +19,7 @@ lazy val root = (project in file(".")).settings(
libraryDependencies ++= Seq(
"commons-io" % "commons-io" % "2.16.1",
"org.apache.commons" % "commons-lang3" % "3.16.0",
"org.scalameta" %% "scalameta" % "4.9.7",
"org.scalameta" %% "scalameta" % "4.9.9",
"com.lihaoyi" %% "utest" % "0.8.4" % Test,
"org.scalatest" %% "scalatest-funspec" % "3.2.18" % Test,
"org.scalatestplus" %% "scalacheck-1-17" % "3.2.18.0" % Test,
Expand Down

0 comments on commit 02f659f

Please sign in to comment.