Skip to content

Commit

Permalink
Update trees to 4.4.24 (#1408)
Browse files Browse the repository at this point in the history
Pull request: #1408
  • Loading branch information
scala-steward committed Jul 13, 2021
1 parent e3e32e6 commit 729c40e
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 @@ -93,7 +93,7 @@ object Deps {
val scalaCheck = ivy"org.scalacheck::scalacheck:1.15.4"
def scalaCompiler(scalaVersion: String) = ivy"org.scala-lang:scala-compiler:${scalaVersion}"
val scalafmtDynamic = ivy"org.scalameta::scalafmt-dynamic:2.7.5"
val scalametaTrees = ivy"org.scalameta::trees:4.4.23"
val scalametaTrees = ivy"org.scalameta::trees:4.4.24"
def scalaReflect(scalaVersion: String) = ivy"org.scala-lang:scala-reflect:${scalaVersion}"
def scalacScoveragePlugin = ivy"org.scoverage::scalac-scoverage-plugin:1.4.1"
val sourcecode = ivy"com.lihaoyi::sourcecode:0.2.7"
Expand Down

0 comments on commit 729c40e

Please sign in to comment.