From ace634da47102ed2b7e41bbdced4b55f76e9a81d Mon Sep 17 00:00:00 2001
From: kenji yoshida <6b656e6a69@gmail.com>
Date: Wed, 9 Oct 2024 14:49:00 +0900
Subject: [PATCH] fix scripted build.sbt format
---
src/sbt-test/sbt-sonatype/operations/build.sbt | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/sbt-test/sbt-sonatype/operations/build.sbt b/src/sbt-test/sbt-sonatype/operations/build.sbt
index 4065bbb7..9e358911 100644
--- a/src/sbt-test/sbt-sonatype/operations/build.sbt
+++ b/src/sbt-test/sbt-sonatype/operations/build.sbt
@@ -4,8 +4,9 @@ version := System.getProperty("version", "0.1")
sonatypeCredentialHost := System.getProperty("host", "oss.sonatype.org")
sonatypeRepository := System.getProperty("repo", s"https${sonatypeRepository.value}//service/local")
-pomExtra := {
- https://github.com/xerial/sbt-sonatype
+pomExtra := (
+ https://github.com/xerial/sbt-sonatype
+
Apache 2
http://www.apache.org/licenses/LICENSE-2.0.txt
@@ -23,4 +24,4 @@ pomExtra := {
http://xerial.org/leo
-}
+)