File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ object Dependencies {
1717 val `scala-compat-collection` = " org.scala-lang.modules" %% " scala-collection-compat" % ScalaCompatCollectionVersion
1818
1919 val scalafmt = " org.scalameta" %% " scalafmt-dynamic" % " 3.9.9"
20- val scalametaParsers = " org.scalameta" %% " parsers" % " 4.14.1 "
20+ val scalametaParsers = " org.scalameta" %% " parsers" % " 4.14.2 "
2121
2222 val netty =
2323 Seq (
@@ -36,8 +36,8 @@ object Dependencies {
3636
3737 val unroll = Seq (
3838 " com.lihaoyi" %% " unroll-annotation" % " 0.1.12" ,
39- " com.lihaoyi" %% " unroll-plugin" % " 0.1.12"
40- )
39+ " com.lihaoyi" %% " unroll-plugin" % " 0.1.12" ,
40+ )
4141
4242 val zio = " dev.zio" %% " zio" % ZioVersion
4343 val `zio-cli` = " dev.zio" %% " zio-cli" % ZioCliVersion
You can’t perform that action at this time.
0 commit comments