-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add Scala 3 support * add release workflow * update plugins.sbt * bump Scala versions * bump version.sbt * bump SBT --------- Co-authored-by: msmiech <msmiech@evolution.com> Co-authored-by: Mareks Rampāns <8796159+mr-git@users.noreply.github.com>
- Loading branch information
1 parent
d210c60
commit 5051837
Showing
8 changed files
with
33 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
name: Publish Release | ||
|
||
on: | ||
release: | ||
types: [published] | ||
branches: [master] | ||
|
||
jobs: | ||
release: | ||
uses: evolution-gaming/scala-github-actions/.github/workflows/release.yml@v1 | ||
secrets: inherit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=1.5.5 | ||
sbt.version=1.10.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2") | ||
|
||
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.2") | ||
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12") | ||
|
||
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.1") | ||
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.11") | ||
|
||
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") | ||
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") | ||
|
||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3") | ||
|
||
addSbtPlugin("com.evolution" % "sbt-scalac-opts-plugin" % "0.0.9") | ||
addSbtPlugin("com.evolution" % "sbt-scalac-opts-plugin" % "0.0.9") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ThisBuild / version := "1.0.8-SNAPSHOT" | ||
ThisBuild / version := "1.0.8" |