Skip to content
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

Not able to pull for scala 2.13 #51

Open
Sitiritis opened this issue Jun 20, 2021 · 1 comment
Open

Not able to pull for scala 2.13 #51

Sitiritis opened this issue Jun 20, 2021 · 1 comment

Comments

@Sitiritis
Copy link

I modified my build.sbt according to the instruction and it looks like there is no library distribution for scala 2.13 in the repository.

sbt output
[error] (core / ssExtractDependencies) sbt.librarymanagement.ResolveException: Error downloading de.b-studios:effekt_2.13:0.4-SNAPSHOT
[error]   Not found
[error]   Not found
[error]   not found: /Users/sitiritis/.ivy2/localde.b-studios/effekt_2.13/0.4-SNAPSHOT/ivys/ivy.xml
[error]   not found: https://repo1.maven.org/maven2/de/b-studios/effekt_2.13/0.4-SNAPSHOT/effekt_2.13-0.4-SNAPSHOT.pom
[error]   not found: https://oss.sonatype.org/content/repositories/snapshots/de/b-studios/effekt_2.13/0.4-SNAPSHOT/effekt_2.13-0.4-SNAPSHOT.pom

Is there a way to fix this? I would be happy to get some help 🙏

@mucaho
Copy link

mucaho commented Aug 19, 2022

Temporary workaround until this gets resolved:

  • Fork the project and adjust the scalaVersion to 2.13 in the build.sbt file
    e.g., as seen here mucaho@5f75ecc
  • Make your project dependOn the forked git repo in your project's build.sbt file:
    // build.sbt
    
    // import the core
    dependsOn(ProjectRef(uri("https://github.com/mucaho/scala-effekt.git"), "effektJVM"))
    // optionally, import some built-in effects (State)
    dependsOn(ProjectRef(uri("https://github.com/mucaho/scala-effekt.git"), "effectsJVM"))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants