From c92e37764bc20f09714995e23dbe565218831de6 Mon Sep 17 00:00:00 2001 From: Kai <450507+neko-kai@users.noreply.github.com> Date: Tue, 14 Mar 2023 20:11:15 +0000 Subject: [PATCH] sbt scalafmtSbt --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index af9696d7..18558282 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ inThisBuild( pgpSecretRing := file("/tmp/secret.asc"), scmInfo := Some( ScmInfo(url("https://github.com/zio/interop-cats/"), "scm:git:git@github.com:zio/interop-cats.git") - ), + ) ) )