Skip to content

Commit

Permalink
Update trees to 4.4.23 (#1389)
Browse files Browse the repository at this point in the history
Pull request: #1389
  • Loading branch information
scala-steward committed Jun 29, 2021
1 parent 0417d49 commit 3016a65
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.22"
val scalametaTrees = ivy"org.scalameta::trees:4.4.23"
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 3016a65

Please sign in to comment.