Skip to content

Commit

Permalink
[FLINK-19278] Bump Scala Macros to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rmetzger committed Oct 26, 2020
1 parent aef0648 commit 4e5da0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ under the License.
and thus is changing back to java 1.6 on each maven re-import -->
<maven.compiler.source>${target.java.version}</maven.compiler.source>
<maven.compiler.target>${target.java.version}</maven.compiler.target>
<scala.macros.version>2.1.0</scala.macros.version>
<scala.macros.version>2.1.1</scala.macros.version>
<!-- Default scala versions, must be overwritten by build profiles, so we set something
invalid here -->
<scala.version>2.11.12</scala.version>
Expand Down

0 comments on commit 4e5da0b

Please sign in to comment.