Plans for sbt 11.2?

69 views
Skip to first unread message

logjam

unread,
Jun 29, 2012, 7:50:18 PM6/29/12
to Twitter's Cassie
hey all,

friday tryday -- i attempted to use cassie from an sbt 11.2 project
with no immediate success. When I import the Utf8Codec it seems to
import just fine, but compiler errors are thrown to the tune of
"cannot resolve symbol".

// in code

import com.twitter.cassie.codecs.Utf8Codec

...

val strings = keyspace.columnFamily[Utf8Codec, Utf8Codec, Utf8Codec]
("something")

... // compile ...

not found: type Utf8Codec
[error] val strings = keyspace.columnFamily[Utf8Codec, Utf8Codec,
Utf8Codec]



Thoughts?

logan

Johan Oskarsson

unread,
Jul 2, 2012, 12:24:21 AM7/2/12
to twitter...@googlegroups.com
Hi,

We use Cassie from a Sbt 0.11 project over here: https://github.com/twitter/zipkin
So it should be doable. Maybe upgrade to a newer version?

/Johan
Reply all
Reply to author
Forward
0 new messages