Skip to content

Commit

Permalink
Merge pull request #2 from AleksanderBG/master
Browse files Browse the repository at this point in the history
Fix a typo in compiler option name
  • Loading branch information
abgruszecki committed Jul 21, 2020
2 parents c3bbbe2 + c3596ae commit cfcfb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ unmanagedJars in Compile += dokkaJavaApiJar

fork.in(run) := true

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

0 comments on commit cfcfb95

Please sign in to comment.