Saleem Ansari
Saleem Ansari
Surprisingly enough, the tests fail from command line `mvn test`, but pass when run via IDE ( IntelliJ )
@DonSchenck Yes, there is an issue related to libicu version available on Fedora 25. Therefore I used the 2.x preview version as suggested here * https://github.com/dotnet/coreclr/issues/4087#issuecomment-307409211 All you need to...
I changed the version to `0.8` and it works for me now. I am using Scala 2.10.2 and Sbt 12.0: ``` addSbtPlugin("com.github.retronym" % "sbt-onejar" % "0.8") ```