We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d8d56 commit e50f8aaCopy full SHA for e50f8aa
build.sbt
@@ -5,6 +5,6 @@ scalaVersion := "2.13.5"
5
gitbucketVersion := "4.35.3"
6
7
scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps")
8
-javacOptions in compile ++= Seq("-target", "8", "-source", "8")
+Compile / javacOptions ++= Seq("-target", "8", "-source", "8")
9
10
useJCenter := true
0 commit comments