Skip to content

Commit

Permalink
Update scalameta to 4.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Sep 4, 2023
1 parent 3f7acb0 commit 3c2f258
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 @@ -90,7 +90,7 @@ lazy val commonSettings = Seq(
libraryDependencies ++= (CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, _)) =>
Seq(
"org.scalameta" %% "scalameta" % "4.8.7"
"org.scalameta" %% "scalameta" % "4.8.10"
)
case _ => Seq.empty
})
Expand Down

0 comments on commit 3c2f258

Please sign in to comment.