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
However if I try to run a sbt release cross, sbt is trying to fetch laminar for scala 2.12, which does not exist.
sbt:root> release cross with-defaults
[info] Setting scala version to 2.12.19
[info] set current project to root (in build file:/Users/ex0ns/Projects/test-sbt-release/)
[info] Updating lib_sjs1_2.12
https://repo1.maven.org/maven2/com/raquo/laminar_sjs1_2.13/17.0.0/laminar_sjs1_2.12-17.0.0.jar
I really don't get why lib would be published in 2.12.
I have tried a lot of different setup (with and without crossScala version, cross build and such), but I could not make this work.
I was able to narrow down the issue to checkSnapshotDependencies but I have no way to check that the steps after are not having the same issue as well.
I am trying to publish a sbt plugin (2.12) based on Scala.js as well as a scala.js library (3.3.3) from the same project, my setup is as follow
And
However if I try to run a
sbt release cross
, sbt is trying to fetch laminar for scala 2.12, which does not exist.I really don't get why
lib
would be published in 2.12.I have tried a lot of different setup (with and without crossScala version, cross build and such), but I could not make this work.
I was able to narrow down the issue to
checkSnapshotDependencies
but I have no way to check that the steps after are not having the same issue as well.https://github.com/sbt/sbt-release/blob/v1.4.0/src/main/scala/ReleaseExtra.scala#L17 is calling https://github.com/sbt/sbt-release/blob/v1.4.0/src/main/scala/ReleasePlugin.scala#L221
However I can't reproduce this error by simply calling
root / Runtime / managedClasspath
...What did I miss here ?
The text was updated successfully, but these errors were encountered: