Skip to content

Commit

Permalink
Dependencies: upgrade scalameta to 4.3.19
Browse files Browse the repository at this point in the history
Includes bugfixes to 2.13/dotty parsing (try with any expression and
negative numeric type literals).
  • Loading branch information
kitbellew committed Jul 10, 2020
1 parent 4e9ae3f commit 3f7ca80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -6,7 +6,7 @@ import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._

object Dependencies {
val metaconfigV = "0.9.10"
val scalametaV = "4.3.18"
val scalametaV = "4.3.19"
val scalatestV = "3.2.0"
val scalacheckV = "1.14.3"
val coursier = "1.0.3"
Expand Down

0 comments on commit 3f7ca80

Please sign in to comment.