I was able to create the standalone jar with the default settings but it did not work in a java project running on scala 2.11.6. I tried to create the jar by modifying the scala version but since the dependencies are not been compiled for scala 2.11.6, i could not proceed further.
Can someone suggest a good way to create scala 2.11.6 compatible jar?
Hello friends,
I was able to create the standalone jar with the default settings but it did not work in a java project running on scala 2.11.6. I tried to create the jar by modifying the scala version but since the dependencies are not been compiled for scala 2.11.6, i could not proceed further.
Can someone suggest a good way to create scala 2.11.6 compatible jar?
Thanks