-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi people,
As you know, SBT is compatible with Maven in some way -- SBT recognizes simple Maven POMs and can use dependencies and repositories specified in them. However, SBT wiki says that, if inline dependency is specified in SBT project definition, POM will be ignored (so using both in this case…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello I am working with the Kate editor based on the lack of other good tools for Scala development, I am also using IntelliJ however it still has some bugs, and are slow enough to make me impatient.
I have just startet using both Kate and SBT, and in that regard I have a little challenge I hope…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
When using the Scala interpreter, one could start it with an option like:
C:\Users\John>scala -unchecked
Welcome to Scala version 2.9.2 (Java HotSpot(TM) Client VM, Java 1.6.0_32).
Type in expressions to have them evaluated.
Type :help for more information.
scala>
When using sbt, how can…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am quite frustrated with sbt and pk11/steps
I am just trying to run "jetty-run", but i got so many dependency errors, it's not fun anymore.
I am stuck with unresolved dependencies for sjson 0.3
Does anyone know which mvn repo can I get sjson 0.3 from?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
How can I change Scala version in existing Simple Build Tool project?
I would like SBT to check whether the system's Scala version is correct and if it is not the case then download it.
>>> More