-
Notifications
You must be signed in to change notification settings - Fork 12
Update to SBT 1.1.x #34
Comments
Any idea what is missing to have sbt 1.x support? |
Assuming 1.x didn't break any APIs we use, it should mostly be a matter of changing project/build.properties, manual-repo.nix, and rebuilding. |
@chaker in #nixos on Freenode has been working on a 1.x port, so it seems pretty close now. |
let me run some tests by the end of the week on a dozen different repos at our org using sbt 1.x and will give you some feedback |
my first 2 sec ride [warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: se.nullable.sbtix#sbtix;0.2-SNAPSHOT: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn]
[warn] Note: Some unresolved dependencies have extra attributes. Check that these dependencies exist with the requested attributes.
[warn] se.nullable.sbtix:sbtix:0.2-SNAPSHOT (scalaVersion=2.12, sbtVersion=1.0)
[warn]
[warn] Note: Unresolved dependencies path:
[warn] se.nullable.sbtix:sbtix:0.2-SNAPSHOT (scalaVersion=2.12, sbtVersion=1.0) (/Users/ptsirakidis/.sbtix/plugins/sbtix_plugin.sbt#L3-4)
[warn] +- org.scala-sbt:global-plugins:0.0 (scalaVersion=2.12, sbtVersion=1.0)
[error] sbt.librarymanagement.ResolveException: unresolved dependency: se.nullable.sbtix#sbtix;0.2-SNAPSHOT: not found |
Can you post the output of running |
sure
|
Oh, forgot tree doesn't follow symlinks by default. Would you mind posting It would also be useful to know the contents of |
sure np
and
|
That means that you're still using Sbtix built against 0.13. The version you're currently building against is located in project/build.properties. |
After you've changed the SBT version you'll get a similar message, to fix this you'll need to generate a new repo.nix manually, by running Then rm |
Keep in mind that while SBT 1.x is binary compatible, |
actually we hit a wall, that scripted-plugin is not resolvable after updating
same also for 1.0.x releases |
Scripted is now cross-built, so |
The project has moved to GitLab: https://gitlab.com/teozkr/Sbtix/merge_requests/34 |
No description provided.
The text was updated successfully, but these errors were encountered: