Skip to content

Commit c9c4a7f

Browse files
committed
Merge branch 'template' of github.com:Atry/bindable.scala into template
2 parents 1b5fb50 + 43ef7e9 commit c9c4a7f

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed
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)