> test
[info] Compiling 1 Scala source to D:\ws\sbt-in-action-examples\chapter4\target\scala-2.10\test-classes...
[error] D:\ws\sbt-in-action-examples\chapter4\src\test\scala\LogicSpec.scala:1: object specs2 is not a member of package org
[error] import org.specs2.mutable.Specification
[error] ^
[error] D:\ws\sbt-in-action-examples\chapter4\src\test\scala\LogicSpec.scala:3: not found: type Specification
[error] object LogicSpec extends Specification {
[error] ^
[error] D:\ws\sbt-in-action-examples\chapter4\src\test\scala\LogicSpec.scala:4: value should is not a member of String
[error] "The 'matchLikelihood' method" should {
[error] ^
[error] three errors found
[error] (chapter4/test:compile) Compilation failed