[ https://issues.apache.org/jira/browse/KAFKA-1080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13791324#comment-13791324 ]
Viktor Taranenko commented on KAFKA-1080: ----------------------------------------- I guess it is possible to do that by adjusting sbt build definition. But I'm not sure about the reason making 2.10 kind of default. 2.11 won't be binary compatible with 2.10... Transition between scala versions is not too fast for many libraries. So for those people who use Kafka in scala project probably it's worth keeping builds for couple of latest versions > why are builds for 2.10 not coming out with the trailing minor version number > ----------------------------------------------------------------------------- > > Key: KAFKA-1080 > URL: https://issues.apache.org/jira/browse/KAFKA-1080 > Project: Kafka > Issue Type: Task > Reporter: Joe Stein > Fix For: 0.8.1 > > > Joes-MacBook-Air:kafka joestein$ ls -l target/ > total 0 > drwxr-xr-x 4 joestein wheel 136 Sep 26 22:54 resolution-cache > drwxr-xr-x 42 joestein wheel 1428 Oct 10 00:33 scala-2.10 > drwxr-xr-x 21 joestein wheel 714 Oct 9 23:37 scala-2.8.0 > drwxr-xr-x 21 joestein wheel 714 Oct 9 23:38 scala-2.8.2 > drwxr-xr-x 21 joestein wheel 714 Oct 9 23:39 scala-2.9.1 > drwxr-xr-x 21 joestein wheel 714 Oct 9 23:40 scala-2.9.2 > drwxr-xr-x 5 joestein wheel 170 Oct 10 00:02 streams -- This message was sent by Atlassian JIRA (v6.1#6144)