We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e095e53 + 6640a14 commit 2ad90d3Copy full SHA for 2ad90d3
.github/workflows/scala.yml
@@ -32,6 +32,7 @@ jobs:
32
with:
33
java-version: "11"
34
distribution: temurin
35
+ - uses: sbt/setup-sbt@v1
36
- name: Cache SBT
37
uses: actions/cache@v3
38
project/sbt-best-practice.sbt
@@ -1,3 +1,3 @@
1
addSbtPlugin(
2
- "com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "8.3.0"
+ "com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "8.3.1"
3
)
0 commit comments