Skip to content

Commit

Permalink
Update scalameta to 4.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 4, 2021
1 parent 1fc8e03 commit dc63e5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ libraryDependencies += "com.github.julien-truffaut" %% "monocle-macro" % "2.1.0"
libraryDependencies += "com.47deg" %% "github4s" % "0.28.1"
libraryDependencies += "io.lemonlabs" %% "scala-uri" % "3.0.0"
libraryDependencies += "org.http4s" %% "http4s-blaze-client" % "0.21.18"
libraryDependencies += "org.scalameta" %% "scalameta" % "4.4.7"
libraryDependencies += "org.scalameta" %% "scalameta" % "4.4.8"
libraryDependencies += "io.get-coursier" %% "coursier" % "2.0.9"
libraryDependencies += "io.get-coursier" %% "coursier-cats-interop" % "2.0.9"
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package ru.d10xa.jadd.code.scalameta
import scala.meta.Term

/** Match:
* libraryDependencies += "org.scalameta" %% "scalameta" % "4.4.7"
* libraryDependencies += "org.scalameta" %% "scalameta" % "4.4.8"
*/
object LibraryDependencies {
object moduleIds {
Expand Down

0 comments on commit dc63e5c

Please sign in to comment.