python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
sbt-avro is not generating Scala classes, possible settings issue
I'm trying to use sbt-avro in a Scala project to generate Scala classes from an Avro schema.
Here is the project structure:
multi-tenant/
build.sbt
project/
plugins.sbt
src/
...

Sahand
Votes: 0
Answers: 1
com.typesafe.config.ConfigException$WrongType: system properties: path has type OBJECT rather than STRING
when i try to sbt build :
sbt run -Dhttps.port=9443 -Dhttp.port=disabled -Dhttps.keyStore.type="JKS" -Dhttps.keyStore.password="password" -Dhttps.keyStore.path=/cert/https-example....

Vasanth Vel
Votes: 0
Answers: 1
E006 Not Found Error: in scala sbt jacoco
I am trying to write some tests for my code in scala
the problem is everytime i try to run jacoco with sbt I am getting all kinds of errors.
I am using VSCode if that has anything to do with it
This i...
Reapr
Votes: 0
Answers: 1
sbt: Running specific main method from the command line
I have several methods annotated with @main and it totally beats me how to run one of them specifically from a terminal, even after thoroughly looking at the sbt documentation. All I can find is how t...

Aarkon
Votes: 0
Answers: 1