Skip to content

Commit 879378b

Browse files
committed
Update target version to 11
1 parent 815251f commit 879378b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
timeout-minutes: 20
99
strategy:
1010
matrix:
11-
java: [8, 11]
11+
java: [11]
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Cache

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ scalaVersion := "2.13.10"
55
gitbucketVersion := "4.39.0"
66

77
scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps")
8-
Compile / javacOptions ++= Seq("-target", "8", "-source", "8")
8+
Compile / javacOptions ++= Seq("-target", "11", "-source", "11")
99

1010
useJCenter := true

0 commit comments

Comments
 (0)