Skip to content

Commit a8783ed

Browse files
authored
Merge pull request #258 from Atry/update/master/scala-project-template
Update scala-project-template
2 parents 73c0f70 + fefffb0 commit a8783ed

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/scala.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
java-version: "11"
2323
distribution: temurin
24+
- uses: sbt/setup-sbt@v1
2425
- id: nodenv
2526
uses: nodenv/actions/node-version@v2
2627
- uses: actions/setup-node@v1

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.9.1
1+
sbt.version=1.9.9

project/sbt-best-practice.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
addSbtPlugin(
2-
"com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "8.3.0"
2+
"com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "8.3.1"
33
)

0 commit comments

Comments
 (0)