mirror of
https://github.com/sbt/sbt.git
synced 2026-09-08 11:13:23 +02:00
This was causing an abstract type pattern T is unchecked since it is eliminated by erasure. It was unneeded because store.get[T] return Option[(T, Long)]. I'm surprised that the compiler complained about this.