Skip to content

Commit 2ad90d3

Browse files
authored
Merge pull request #556 from ThoughtWorksInc/update/12.x/scala-project-template
Update scala-project-template
2 parents e095e53 + 6640a14 commit 2ad90d3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/scala.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
with:
3333
java-version: "11"
3434
distribution: temurin
35+
- uses: sbt/setup-sbt@v1
3536
- name: Cache SBT
3637
uses: actions/cache@v3
3738
with:

project/sbt-best-practice.sbt

Lines changed: 1 addition & 1 deletion
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)