Skip to content

Commit d77e7fc

Browse files
committed
Remove optimization option once
1 parent d4bc2e3 commit d77e7fc

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
@@ -15,7 +15,7 @@ libraryDependencies ++= Seq(
1515
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
1616
)
1717

18-
scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps", "-opt:_")
18+
scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps")
1919
javacOptions in compile ++= Seq("-target", "8", "-source", "8")
2020

2121
useJCenter := true

0 commit comments

Comments
 (0)