Skip to content

Commit 208f1d5

Browse files
committed
Fix release
1 parent c8c97a4 commit 208f1d5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

build.sbt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ ThisBuild / semanticdbEnabled := true
1010

1111
ThisBuild / licenses := Seq("MIT" -> url("https://opensource.org/licenses/MIT"))
1212
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+
)
1321

1422
Global / onChangedBuildSource := ReloadOnSourceChanges
1523

0 commit comments

Comments
 (0)