Skip to content

Commit f75dce5

Browse files
committed
Fix typo
1 parent 28d4057 commit f75dce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ object Build {
151151
crossPaths := false,
152152
// Do not depend on the Scala library
153153
autoScalaLibrary := false,
154-
// Let the sbt eclipse plugin now that this is a Java-only project
154+
// Let the sbt eclipse plugin know that this is a Java-only project
155155
EclipseKeys.projectFlavor := EclipseProjectFlavor.Java,
156156
//Remove javac invalid options in Compile doc
157157
javacOptions in (Compile, doc) --= Seq("-Xlint:unchecked", "-Xlint:deprecation")

0 commit comments

Comments
 (0)