Skip to content

Commit cfcfb95

Browse files
authored
Merge pull request #2 from AleksanderBG/master
Fix a typo in compiler option name
2 parents c3bbbe2 + c3596ae commit cfcfb95

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
@@ -43,4 +43,4 @@ unmanagedJars in Compile += dokkaJavaApiJar
4343

4444
fork.in(run) := true
4545

46-
scalacOptions in Compile += "-language:implicitConversion"
46+
scalacOptions in Compile += "-language:implicitConversions"

0 commit comments

Comments
 (0)