Skip to content

Commit ea9f113

Browse files
committed
Tweak Scala compiler option
1 parent 2423ad8 commit ea9f113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ organization := "io.github.gitbucket"
33
version := "1.10.0"
44
scalaVersion := "2.13.3"
55
gitbucketVersion := "4.35.0"
6-
scalacOptions := Seq("-deprecation", "-language:postfixOps", "-opt:l:method", "-feature")
6+
scalacOptions := Seq("-deprecation", "-language:postfixOps", "-feature")

0 commit comments

Comments
 (0)