Skip to content

Commit

Permalink
[build] Enable implicit conversions for Scala 2.11 and 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
gaeljw committed Jun 7, 2020
1 parent b234961 commit af916cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scala/scala_2.11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@
<args>
<arg>-deprecation</arg>
<arg>-feature</arg>
<!-- Allow definition of implicit functions called views -->
<arg>-language:implicitConversions</arg>
</args>
<excludes>
<exclude>**/*.java</exclude>
Expand Down
2 changes: 2 additions & 0 deletions scala/scala_2.12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@
<arg>-deprecation</arg>
<!-- Emit warning and location for usages of features that should be imported explicitly. -->
<arg>-feature</arg>
<!-- Allow definition of implicit functions called views -->
<arg>-language:implicitConversions</arg>
</args>
<excludes>
<exclude>**/*.java</exclude>
Expand Down

0 comments on commit af916cd

Please sign in to comment.