-
Notifications
You must be signed in to change notification settings - Fork 32
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 from source, dependency issue. #15
Comments
Hi Anthony
The old hosting location of the artifacts of scalismo-faces is no longer
available. As the free hosting for OSS was canceled. So we moved to a
new location but only with the newest and upcoming artifacts. You can
choose between two ways to solve your problem:
1. Checkout scalismo-faces in the version you need and use sbt
publishLocal to make it locally available on your machine. Then your
project should again build fine.
2. Update the project to use scalismo-faces 0.90.0 and scala 2.12 or
2.13 as the former is no longer available for scala 2.11. Both changes
are in the build.sbt. I can not predict how many changes you have to
make aside of the build.sbt file.
If you have time, then either I or Bernhard will maybe have a look at
the project and update it in the near future. You are very welcome to
show us that you are faster and make a pull-request when you have
successfully updated your project ;-)
Best regards
Andreas
Am 5/4/2021 um 12:24 AM schrieb Anthony Liot:
Hi, I am trying to build from source but I am facing an issue with the
dependency.
|[error] (*:update) sbt.ResolveException: unresolved dependency:
ch.unibas.cs.gravis#scalismo-faces_2.11;0.9.2+: not found |
I try to update the version to 0.90.0 but I have the same issue. Any
suggestion of what I am doing wrong ?
Thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#15>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABF76ZWT6DCA5CB2MOOYVV3TL4PBTANCNFSM44BTOLVA>.
--
*****************************************
Dr. Andreas Morel-Forster
Departement Mathematik und Informatik
Spiegelgasse 1
CH-4051 Basel
PHONE: +41 61 207 05 52
MAIL: ***@***.***
*****************************************
|
Andreas-Forster
pushed a commit
that referenced
this issue
May 6, 2021
* Update the scala version to 2.13.0 Update the scalismo-faces version to 0.90.0 Fix 2.13 warning Signed-off-by: wolfviking0 <[email protected]> * Fix IntelliJ warning Signed-off-by: Anthony Liot <[email protected]> Co-authored-by: Anthony Liot <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I am trying to build from source but I am facing an issue with the dependency.
I try to update the version to 0.90.0 but I have the same issue. Any suggestion of what I am doing wrong ?
Thanks
The text was updated successfully, but these errors were encountered: