Skip to content

Commit

Permalink
Update trees to 4.5.6 (#1863)
Browse files Browse the repository at this point in the history
Pull request: #1863
  • Loading branch information
scala-steward authored May 5, 2022
1 parent d53ae2a commit 04e397d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ object Deps {
val scalaCheck = ivy"org.scalacheck::scalacheck:1.16.0"
def scalaCompiler(scalaVersion: String) = ivy"org.scala-lang:scala-compiler:${scalaVersion}"
val scalafmtDynamic = ivy"org.scalameta::scalafmt-dynamic:3.4.3"
val scalametaTrees = ivy"org.scalameta::trees:4.5.5"
val scalametaTrees = ivy"org.scalameta::trees:4.5.6"
def scalaReflect(scalaVersion: String) = ivy"org.scala-lang:scala-reflect:${scalaVersion}"
def scalacScoveragePlugin = ivy"org.scoverage:::scalac-scoverage-plugin:1.4.11"
val sourcecode = ivy"com.lihaoyi::sourcecode:0.2.8"
Expand Down

0 comments on commit 04e397d

Please sign in to comment.