Skip to content

Commit ad71d51

Browse files
authored
Upgrade to sbt 1.8.2 and sbt-gitbucket-plugin 1.6.0 (#59)
1 parent fb0b2ff commit ad71d51

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
java: [8, 11]
10+
java: [11]
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Cache

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.7.2
1+
sbt.version=1.8.2

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1")
2-
addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.5.1")
2+
addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.6.0")

0 commit comments

Comments
 (0)