Skip to content

Commit

Permalink
Fixes #21
Browse files Browse the repository at this point in the history
Reverts Scala to 2.11.10 cause 2.11.11 generates incorrect metadat
  • Loading branch information
asm0dey committed Jun 23, 2020
1 parent c26ad2e commit e8c1c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<encoding>UTF-8</encoding>
<scala.version>2.12.11</scala.version>
<scala.version>2.12.10</scala.version>
<scala.compat.version>2.12</scala.compat.version>
</properties>

Expand Down

0 comments on commit e8c1c59

Please sign in to comment.