Skip to content

Commit 23f618b

Browse files
authored
Merge pull request #213 from Atry/template
Update template
2 parents 1b5fb50 + c9c4a7f commit 23f618b

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

.github/workflows/scala-steward.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
on:
2+
workflow_dispatch:
3+
4+
name: Launch Scala Steward
5+
6+
jobs:
7+
scala-steward:
8+
runs-on: ubuntu-22.04
9+
name: Launch Scala Steward
10+
steps:
11+
- name: Launch Scala Steward
12+
uses: scala-steward-org/scala-steward-action@v2
13+
with:
14+
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN || github.token }}
15+
branches: ${{ github.ref_name }}

.github/workflows/scala.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches-ignore:
66
- 'update/**'
7+
tags:
8+
- 'v*'
9+
710
pull_request:
811

912
jobs:

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ addSbtPlugin(
22
"com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "8.2.5"
33
)
44

5-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.15")
5+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.16")
66

77
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
88

0 commit comments

Comments
 (0)