Skip to content

Commit

Permalink
scalafmt fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vivasvan1 committed Apr 18, 2024
1 parent ca2471a commit bb2461b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ lazy val zioCli = crossProject(JSPlatform, JVMPlatform, NativePlatform)
)
)
.jvmSettings(
libraryDependencies += "dev.zio" %% "zio-process" % "0.7.1",
libraryDependencies += "dev.zio" %% "zio-process" % "0.7.1"
)
.nativeSettings(Test / fork := false)
.nativeSettings(
Expand Down

0 comments on commit bb2461b

Please sign in to comment.