Skip to content

Commit e50f8aa

Browse files
committed
Update build.sbt
1 parent c3d8d56 commit e50f8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ scalaVersion := "2.13.5"
55
gitbucketVersion := "4.35.3"
66

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

1010
useJCenter := true

0 commit comments

Comments
 (0)