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") - ), + ) ) )