Skip to content

Commit

Permalink
Update scalaparse to 3.1.1 (#1389)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 25, 2024
1 parent b41b1e4 commit 5bca7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ object Deps {
def pprint = ivy"com.lihaoyi::pprint:0.9.0"
def scalafmtDynamic = ivy"org.scalameta::scalafmt-dynamic:${Versions.scalafmt}"
def scalameta = ivy"org.scalameta::scalameta:4.9.8"
def scalaparse = ivy"com.lihaoyi::scalaparse:3.1.0"
def scalaparse = ivy"com.lihaoyi::scalaparse:3.1.1"
def scalapy = ivy"me.shadaj::scalapy-core:0.5.2"
def scalaReflect(sv: String) = ivy"org.scala-lang:scala-reflect:$sv"
def scalaRx = ivy"com.lihaoyi::scalarx:0.4.3"
Expand Down

0 comments on commit 5bca7f4

Please sign in to comment.