Skip to content

Commit 5ae6c74

Browse files
committed
update sbt & plugins, remove bloop from github install
1 parent 5fb3a9e commit 5ae6c74

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/sbt_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Set up Scala (via Coursier)
5454
uses: coursier/setup-action@v2
5555
with:
56-
apps: bloop sbt scala
56+
apps: sbt scala
5757

5858
- name: Set up .NET SDK
5959
if: ${{ runner.os == 'Linux' }}

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.9.7
1+
sbt.version=1.12.4

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
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")
1+
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")
2+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4")
3+
addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")

0 commit comments

Comments
 (0)