Changed it to val scalatest = "org.scalatest" %% "scalatest" %
"1.6.1.RC1" % "test->default"
On Jun 13, 10:47 am, Raymond Roestenburg
> On Jun 12, 2011, at 17:10, Channing Walton <
channing.wal...@googlemail.com
>
>
>
>
>
>
>
> > wrote:
> > cool.
>
> > Why not use
> > val scalatest = "org.scalatest" %% "scalatest" % "1.6.1.RC1" %
> > "test->default"
>
> > ie use %% to get sbt to append the scala version number automatically.
>
> > Channing
>
> > On 12 Jun 2011, at 09:55, Raymond Roestenburg wrote:
>
> >> typo:
> >> val scalatest = "org.scalatest" % "scalatest_2.9.0" % "1.6.1.RC1" %
> >> "test->default"
>
> >> On Sun, Jun 12, 2011 at 10:54 AM, Raymond Roestenburg <
raymond.roestenb...@gmail.com
> >> > wrote:
> >> Hi Channing,
>
> >> On Sat, Jun 11, 2011 at 10:51 PM, Channing <
channing.wal...@googlemail.com