-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build for Scala 2.12 #39
Comments
Hi @llinder. Yes, I agree this is needed. I had a quick look this weekend and determined that I will also need to upgrade my ScalaTest version to 3.x in order to build Pillar for Scala 2.12. I will work on the ScalaTest upgrade and finding a replacement for Argot and keep you updated as to how the is coming. |
At first I thought Pillar didn't support scala 2.12. But it seems like it does but we have to use pillar-core now. https://mvnrepository.com/artifact/com.chrisomeara/pillar-core_2.12/3.0.0 @comeara perhaps it would be useful to refer to pillar-core in the readme on this repo? |
@Xeli Nice investigation. I am in the middle of extracting pillar-core as a separate artifact but haven't released the next version yet. I will update the docs in the next release. |
This looks like it might take some work. At very least Argot needs to be replaced with a maintained CLI argument parser that is published for 2.12.
The text was updated successfully, but these errors were encountered: