From 657ad842704ae3482087b43f3c218d0650cfe3f8 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 29 Aug 2024 23:02:05 +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 8d270d9..f163153 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.17.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.19" % Test, "org.scalatestplus" %% "scalacheck-1-18" % "3.2.19.0" % Test,