Skip to content

Commit

Permalink
Merge branch 'chore-add-compilation-configs' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
dutrevis committed Jun 10, 2024
2 parents 4b76048 + 9fb1bbf commit 7a45e20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- main
- development
tags:
- "*"
pull_request:
branches:
- main
Expand Down
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ inThisBuild(
email = "",
url = url("https://github.com/dutrevis")
)
)
),
sonatypeCredentialHost := "s01.oss.sonatype.org",
sonatypeRepository := "https://s01.oss.sonatype.org/service/local"
)
)

0 comments on commit 7a45e20

Please sign in to comment.