I was trying to run OscaR using sbt in the corresponding repository oscar-cp-2.12-dev-snapshot in a windows setup. I am getting the following error like below:
C:\CB\experiments\oscar-cp-2.12-dev-snapshot\oscar-cp-2.12-dev-snapshot>sbt
[info] welcome to sbt 1.7.1 (Oracle Corporation Java 1.8.0_291)
[info] loading project definition from C:\CB\experiments\oscar-cp-2.12-dev-snapshot\oscar-cp-2.12-dev-snapshot\project
[info] loading settings for project oscar-cp-2-12-dev-snapshot from build.sbt ...
[info] set current project to oscar-cp-template-dev-snapshot (in build file:/C:/CB/experiments/oscar-cp-2.12-dev-snapshot/oscar-cp-2.12-dev-snapshot/)
[info] sbt server started at local:sbt-server-532f62f2807f6d9a62f8
[info] started sbt server
sbt:oscar-cp-template-dev-snapshot> run
[warn] Unrecognized repository typesafe, ignoring it
[warn] Unrecognized repository typesafe, ignoring it
[warn]
[warn] Note: Unresolved dependencies path:
[error] stack trace is suppressed; run last update for the full output
[error] (update) sbt.librarymanagement.ResolveException: Error downloading oscar:oscar-cp_2.12_2.12:4.0.0
[error] Not found
[error] Not found
[error] not found: C:\.ivy2\localoscar\oscar-cp_2.12_2.12\4.0.0\ivys\ivy.xml
[error] not found:
https://repo1.maven.org/maven2/oscar/oscar-cp_2.12_2.12/4.0.0/oscar-cp_2.12_2.12-4.0.0.pom[error] download error: Caught java.net.ConnectException (Connection refused: connect) while downloading
https://artifactory.info.ucl.ac.be/artifactory/libs-snapshot-local/oscar/oscar-cp_2.12_2.12/4.0.0/oscar-cp_2.12_2.12-4.0.0.pom[error] Total time: 9 s, completed 6 Aug, 2022 6:02:33 PM
Could you help me. I have installed scala and oscar. Do I need to use IntelliJ.