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
Specify dependency on Java 8 in README.md
Using Java 7, results in this error:
[error] src/main/scala/codecheck/github/api/GitHubAPI.scala:8: object Base64 is not a member of package java.util
[error] import java.util.Base64
[error] ^
0 commit comments