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

build a version that includes commit 9518752 and scala 2.12 #48

Open
dportabella opened this issue Dec 3, 2019 · 2 comments
Open

build a version that includes commit 9518752 and scala 2.12 #48

dportabella opened this issue Dec 3, 2019 · 2 comments

Comments

@dportabella
Copy link

the last artifact in maven central is 0.5.0.
The artifact for this fix is not published: #47

@dportabella
Copy link
Author

I try to use the latest version:

$ git clone https://github.com/lucidd/scala-js-chrome
$ cd scala-js-chrome
$ sbt publishLocal

[info] 	published scala-js-chrome_sjs0.6_2.12 to /Users/david/.ivy2/local/net.lullabyte/scala-js-chrome_sjs0.6_2.12/603740b0290ed845cb34bbbf78e374aaac083781/jars/scala-js-chrome_sjs0.6_2.12.jar

then, I update my project to use this version:
libraryDependencies += "net.lullabyte" %%% "scala-js-chrome" % "603740b0290ed845cb34bbbf78e374aaac083781"

but I get this error when I building it:

$ sbt chromeUnpackedFast
Caused by: org.scalajs.core.ir.IRVersionNotSupportedException: This version (0.6.17) of Scala.js IR is not supported. Supported versions are: 0.6.0, 0.6.13, 0.6.3, 0.6.4, 0.6.6, 0.6.14, 0.6.8, 0.6.5, 0.6.15

I've tried adding this to my project/plugins.sbt, but I still get the same error.
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.15" force())

Any idea?

@dportabella dportabella changed the title publish current artifact in maven central build a version that includes commit 9518752 Dec 4, 2019
@dportabella dportabella changed the title build a version that includes commit 9518752 build a version that includes commit 9518752 and scala 2.12 Dec 4, 2019
@dportabella
Copy link
Author

I also tried to build the fist version that includes scala 2.12:

$ git clone https://github.com/lucidd/scala-js-chrome
$ cd scala-js-chrome
$ git checkout f31affaccb5563de6bcaf09f0725414b7795b965
$ sbt
> ++ 2.12.1
> publishLocal

[error] (scalafmt-stub/*:update) sbt.ResolveException: unresolved dependency: com.geirsson#scalafmt-cli_2.12;0.5.1: not found

any idea?

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

1 participant