2 parents 73c0f70 + fefffb0 commit a8783edCopy full SHA for a8783ed
3 files changed
.github/workflows/scala.yml
@@ -21,6 +21,7 @@ jobs:
21
with:
22
java-version: "11"
23
distribution: temurin
24
+ - uses: sbt/setup-sbt@v1
25
- id: nodenv
26
uses: nodenv/actions/node-version@v2
27
- uses: actions/setup-node@v1
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.9.1
+sbt.version=1.9.9
project/sbt-best-practice.sbt
@@ -1,3 +1,3 @@
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