We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b234961 commit af916cdCopy full SHA for af916cd
scala/scala_2.11/pom.xml
@@ -85,6 +85,8 @@
85
<args>
86
<arg>-deprecation</arg>
87
<arg>-feature</arg>
88
+ <!-- Allow definition of implicit functions called views -->
89
+ <arg>-language:implicitConversions</arg>
90
</args>
91
<excludes>
92
<exclude>**/*.java</exclude>
scala/scala_2.12/pom.xml
@@ -78,6 +78,8 @@
78
79
<!-- Emit warning and location for usages of features that should be imported explicitly. -->
80
81
82
83
84
0 commit comments