30 Jan 2023 |
velvetbaldmime#6377 | classic armanbilge2, always saying shit like that | 09:14:48 |
| Joeyh021 changed their display name from Joeyh021 to Joeyh021#4140. | 12:15:50 |
Joeyh021 | i'm having great SBT trouble | 12:16:07 |
| Joeyh021 changed their display name from Joeyh021#4140 to Joeyh021. | 12:16:08 |
Joeyh021 | * i'm having great SBT trouble | 12:16:08 |
Joeyh021 | I'm attempting to add a github repo as a dependency | 12:16:08 |
Joeyh021 | so I add the following to my sbt file .dependsOn(ProjectRef(uri("https://github.com/chipsalliance/rocket-chip"), "rocket-chip")) | 12:16:26 |
Joeyh021 | and sbt tells me that | 12:16:41 |
Joeyh021 | [error] (update) sbt.librarymanagement.ResolveException: Error downloading default:rocket-chip_2.13:0.1.0-SNAPSHOT
[error] Not found
[error] Not found
[error] not found: /home/joey/.ivy2/localdefault/rocket-chip_2.13/0.1.0-SNAPSHOT/ivys/ivy.xml
[error] not found: https://repo1.maven.org/maven2/default/rocket-chip_2.13/0.1.0-SNAPSHOT/rocket-chip_2.13-0.1.0-SNAPSHOT.pom | 12:16:51 |
Joeyh021 | oh nvm i was missing a .git off the end of the uri | 12:18:43 |
Joeyh021 | oh great now i get
[error] Reference to undefined setting:
[error]
[error] ThisBuild / scalafixScalaBinaryVersion from Global / scalafixInterfaceProvider ((scalafix.sbt.ScalafixPlugin.globalSettings) ScalafixPlugin.scala:189) | 12:19:05 |
Joeyh021 | yeah I've no clue, any idea how I can fix this error? | 12:44:50 |
armanbilge#6192 | have you added sbt-scalafix to your plugins? | 12:46:46 |
Joeyh021 | ah the lib i was pulling in needed it i seee, ty | 12:49:26 |
Joeyh021 | [error] 1326 errors found hahaha | 12:49:37 |
Joeyh021 | back to the drawing board | 12:49:42 |
| SerenaSkov#5577 joined the room. | 14:48:17 |
| SerenaSkov#5577 changed their display name from SerenaSkov to SerenaSkov#5577. | 14:48:22 |
SerenaSkov#5577 | Hello everyone - is there a way of installing scala on a mac without using brew or coursier? | 14:48:22 |
velvetbaldmime#6377 | by Scala - do you mean sbt? | 14:48:31 |
SerenaSkov#5577 | Yes sorry sbt | 14:48:47 |
BalmungSan#5059 | For more context: https://stackoverflow.com/questions/75285804/installing-scala-language-on-macbook-manually-no-brew-or-coursier | 14:49:02 |
velvetbaldmime#6377 | You can download the launcher script for SBT: https://raw.githubusercontent.com/sbt/sbt/1.9.x/sbt then chmod +x sbt , and put it in your /usr/local/bin | 14:49:19 |
SerenaSkov#5577 | okay let me try that thank you | 14:49:48 |
SerenaSkov#5577 | velvetbaldmime dumb question -- but how do i download the file you sent me? Just copy paste to a notepad? | 14:52:05 |
velvetbaldmime#6377 | if you have access to the terminal, run this command:
curl -Lo sbt https://raw.githubusercontent.com/sbt/sbt/v1.8.2/sbt && chmod +x sbt | 14:53:14 |
SerenaSkov#5577 | okay thank you | 14:53:24 |
velvetbaldmime#6377 | you can also just use wget https://raw.githubusercontent.com/sbt/sbt/v1.8.2/sbt | 14:55:11 |
| SpaceCowboy joined the room. | 15:50:59 |
| tryangul joined the room. | 21:31:25 |