We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ceefd1 commit ed82758Copy full SHA for ed82758
1 file changed
build.sbt
@@ -8,9 +8,9 @@ ThisBuild / scalafmtSbtCheck := true
8
ThisBuild / scalafmtOnCompile := !insideCI.value
9
ThisBuild / semanticdbEnabled := true
10
11
-ThisBuild / licenses := Seq("MIT" -> url("https://opensource.org/licenses/MIT"))
12
-ThisBuild / homepage := Some(url("https://github.com/guizmaii-opensource/JRubyConcurrentConstantMemoryExcel"))
13
-ThisBuild / developers := List(
+ThisBuild / licenses := Seq("MIT" -> url("https://opensource.org/licenses/MIT"))
+ThisBuild / homepage := Some(url("https://github.com/guizmaii-opensource/JRubyConcurrentConstantMemoryExcel"))
+ThisBuild / developers := List(
14
Developer(
15
"guizmaii",
16
"Jules Ivanic",
0 commit comments