zxcalc / quantomatic

Quantomatic is a tool for doing automated graph rewriting.
http://quantomatic.github.io
151 stars 22 forks source link

Bumped sbt-assembly for Java 10 compatibility #248

Closed SaraWolffs closed 5 years ago

SaraWolffs commented 5 years ago

Old version of sbt-assembly didn't recognize 10 as an existing Java version number during build, crashing the build process by assertion. Bumping sbt version and sbt-assembly version fixes that. Now both builds and runs successfully on both Java 8 and Java 10.