We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb3a9e commit 5ae6c74Copy full SHA for 5ae6c74
3 files changed
.github/workflows/sbt_test.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Set up Scala (via Coursier)
54
uses: coursier/setup-action@v2
55
with:
56
- apps: bloop sbt scala
+ apps: sbt scala
57
58
- name: Set up .NET SDK
59
if: ${{ runner.os == 'Linux' }}
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.9.7
+sbt.version=1.12.4
project/plugins.sbt
@@ -1,3 +1,3 @@
-addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")
2
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0")
3
-addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0")
+addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4")
+addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")
0 commit comments