From 02f659f25ed4f2dc5458235049d467940517a328 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 7 Aug 2024 23:01:33 +0000 Subject: [PATCH] Update scalameta to 4.9.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ee1787b..dcf60e0 100644 --- a/build.sbt +++ b/build.sbt @@ -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,