jsuereth / sbt-in-action-examples

Source code examples for the book "sbt in Action"
144 stars 54 forks source link

CH2: Test compilation is failed #13

Closed alexander-myltsev closed 9 years ago

alexander-myltsev commented 10 years ago
[error]  found   : Int(1)
[error]  required: String
[error]       val tabby = Kitten(1, Set("male", "tabby"))
[error]                          ^
[error] one error found
[error] (test:compile) Compilation failed
[error] Total time: 11 s, completed Oct 30, 2014 12:49:02 PM
jsuereth commented 9 years ago

Hmm, I'm not able to reproduce this in my local build of chapter 2.

alexander-myltsev commented 9 years ago

Apparently it was solved by someone. Good!

dusank commented 9 years ago

Fixed already here: https://github.com/dusank/sbt-in-action-examples/commit/fa2e6506f39a2b63eb3788d272e8241cfcb5cac7