Skip to content

Commit 99ff354

Browse files
committed
Correct issue with building scaladocs.
1 parent 56f0679 commit 99ff354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scala-console/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ libraryDependencies ++= Seq(
2525
"com.novocode" % "junit-interface" % "0.11" % "test"
2626
)
2727

28-
scalacOptions ++= Seq(
28+
scalacOptions in(Compile, compile) ++= Seq(
2929
// "-target:jvm-1.8",
3030
"-encoding", "UTF-8",
3131
"-unchecked",

0 commit comments

Comments
 (0)