Skip to content

Commit

Permalink
Merge pull request #258 from Atry/update/master/scala-project-template
Browse files Browse the repository at this point in the history
Update scala-project-template
  • Loading branch information
Atry authored Dec 29, 2024
2 parents 73c0f70 + fefffb0 commit a8783ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
java-version: "11"
distribution: temurin
- uses: sbt/setup-sbt@v1
- id: nodenv
uses: nodenv/actions/node-version@v2
- uses: actions/setup-node@v1
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.1
sbt.version=1.9.9
2 changes: 1 addition & 1 deletion project/sbt-best-practice.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin(
"com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "8.3.0"
"com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "8.3.1"
)

0 comments on commit a8783ed

Please sign in to comment.