Skip to content

Commit

Permalink
Add developers needed for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Jan 17, 2024
1 parent 224cb13 commit 7a9e666
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
java: 21, 17, 11, 8
scala: 2.12.18
cmd: |
sbt ++$MATRIX_SCALA test scripted
sbt ++$MATRIX_SCALA test ^scripted
finish:
name: Finish
Expand Down
7 changes: 7 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,10 @@ scalacOptions ++= List(

// publish settings
licenses += "Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.html")

developers += Developer(
"sbt-multi-jvm ",
"Sbt Multi-JVM Contributors",
"",
url("https://github.com/sbt/sbt-multi-jvm/graphs/contributors")
)

0 comments on commit 7a9e666

Please sign in to comment.