We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c97a4 commit 208f1d5Copy full SHA for 208f1d5
1 file changed
build.sbt
@@ -10,6 +10,14 @@ 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(
14
+ Developer(
15
+ "guizmaii",
16
+ "Jules Ivanic",
17
+ "jules.ivanic@gmail.com",
18
+ url("https://https://ivanic.hashnode.dev/")
19
+ )
20
+)
21
22
Global / onChangedBuildSource := ReloadOnSourceChanges
23
0 commit comments