Skip to main content
0 votes
1 answer
61 views

I'm currently getting the error below when trying to compile my SBT project. The artifact does exists here (https://repo1.maven.org/maven2/com/github/sbt/sbt-native-packager_2.12_1.0/1.11.4/), but the ...
xPTM1219's user avatar
1 vote
1 answer
59 views

I attempted to start sbt with sbt -Dpact.logLevel=DEBUG and it threw a class-cast exception. [error] (pactVerify) java.lang.ClassCastException: class org.apache.logging.slf4j.Log4jLogger cannot be ...
Troy Daniels's user avatar
  • 3,670
1 vote
0 answers
74 views

I wanted to use riscv-torture project to create tests in a server that has no access to the internet. I firstly run it in my ubuntu 22.04 then copy .sbt .ivy2 .cache/coursier .cache/JPN folders to the ...
Ömer GÜZEL's user avatar
1 vote
0 answers
46 views

I'm new to Scala and I'm having trouble wrapping my head around the following scenario - I want to have a centralized spot in build.sbt where we log the current profile and set certain values based on ...
Dzeri96's user avatar
  • 462
0 votes
0 answers
24 views

I am writing some sbt code that adds files dynamically upon calling scripted. However, I need to clean up those files after it completes so that they are not checked into source by accident. The add ...
Justin Pihony's user avatar
0 votes
0 answers
28 views

I am upgrading my Play Framework project from version 2.8 to 2.9. As part of this, I upgraded my Java version to OpenJDK 17 and updated my build.sbt and plugins.sbt files accordingly. The project ...
Natraj's user avatar
  • 417
0 votes
1 answer
89 views

I try to migrate old playframework 2.8 to 3.0.8 (jdk 11 -> jdk 21). And when try to compile: ./sbt clean compile see this error: [error] Error while emitting Routes.scala [error] assertion failed: ...
tostao's user avatar
  • 3,098
0 votes
2 answers
46 views

When uploading a release to Sonatype using sbt sonaUpload, the deployment that is created only includes the groupid/namespace and the version, but not the artifact ID. As a result, the list of ...
JeanMarc's user avatar
  • 326
0 votes
2 answers
98 views

In an sbt project, I'm adding some plugins, like addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") This should resolve to an artifact url similar to this: https://...
javierhe's user avatar
  • 573
1 vote
1 answer
80 views

I'm builing a ScalaJs & Scala3 application, when i run the npm run dev/build command I have the following error, and I'm not figuring out how to fix it: Referring to non-existent class scala....
Ghignatti Nicolò's user avatar
1 vote
1 answer
58 views

I am a noob in scala. I installed it using coursier and am using sbt to try and write code in it. Basically, I use the two commands sbt compile and sbt run for my code. Along, with that I was ...
Dhruv's user avatar
  • 597
0 votes
0 answers
43 views

I'm trying to configure my SBT prompt to end with the characters └─→ in the terminal. I've overridden the shell prompt with the following code in ~/.sbt/1.0/global.sbt shellPrompt := { state => &...
cheezsteak's user avatar
  • 2,945
0 votes
2 answers
108 views

My sbt project has the following dependency configuration: val scyllaConnector = "com.datastax.spark" %% "spark-cassandra-connector" % "3.2.0" val sparkHadoopCloud = &...
Jelly's user avatar
  • 1,434
0 votes
1 answer
92 views

I am getting the below error, tried various versions of java still I am getting the error $ ./sbt compile java.io.IOException: The system cannot find the path specified at java.io.WinNTFileSystem....
jacob paul's user avatar
1 vote
1 answer
363 views

I'm trying to upgrade a scala library to scala3 and cannot seem to figure out how to get the scala3 language to work with jlink. It says I'm missing transitive dependencies on a jlink build. You can ...
Chris Stewart's user avatar

15 30 50 per page
1
2 3 4 5
667