You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
Hello
In awscala.ec2.SSHEnabledInstance.ssh it imports import com.decodified.scalassh._, but in this commit(92cae58), the library was removed to use a forked version. When i attempt to use EC2 i get an error
Symbol 'term com.decodified' is missing from the classpath.
This symbol is required by 'method awscala.ec2.SSHEnabledInstance.ssh'
I'm happy to open a PR for this, but there may be reasons it is like this? Or is it simply that the jar is still in your ivy cache. I can confirm that adding the com.decodified library to my ivy cache solves this issue.
Thanks
The text was updated successfully, but these errors were encountered:
tried a clone for a hopeful fix, i see you have a fork of scala-ssh that is ahead of veact, i'll try that, but right now unless you have these files locally sbt will not compile this project....at least for me. simple git clone and sbt compile fails to resolve veact, i see that its says "provided" and i'll admit i don't completely grasp that, but it would seem that this breaking behaviour to working on this independently and try to contribute. Luckily the code as it is simply requires the import of com.decodified, so using it works, helping the project seems a bit more of a hurdle.
Thanks
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello
In awscala.ec2.SSHEnabledInstance.ssh it imports
import com.decodified.scalassh._
, but in this commit(92cae58), the library was removed to use a forked version. When i attempt to use EC2 i get an errorI'm happy to open a PR for this, but there may be reasons it is like this? Or is it simply that the jar is still in your ivy cache. I can confirm that adding the com.decodified library to my ivy cache solves this issue.
Thanks
The text was updated successfully, but these errors were encountered: