Re: [sbt] Masking SBT/Scala version for dependencies?

65 views
Skip to first unread message

Jesse C

unread,
Aug 15, 2012, 4:44:23 PM8/15/12
to simple-b...@googlegroups.com
plugins that were compiled for sbt .11 will not work with .12.  In fact, even the point releases of .11 do not have plugin compatability.  So if you need that plugin for .12 you'll either have to wait for it to be updated or download the source and build/publish it yourself.

On Wed, Aug 15, 2012 at 1:05 PM, Adelbert Chang <adel...@gmail.com> wrote:
Hello,

I'm currently trying to use the Akka SBT plugin which has this dependency:

addSbtPlugin("com.typesafe.akka" % "akka-sbt-plugin" % "2.0.2")

However when I try to do "sbt update" I get this (summarized):


I believe it adds the _2.9.2_0.12 because I am using Scala 2.9.2 with SBT version 0.12. I know the plugin exists for 2.9.1 and SBT version 0.11.. is it possible to tell SBT to look for this particular version, regardless of the fact I am using 2.9.2 with 0.12?

Thanks!


--
You received this message because you are subscribed to the Google Groups "simple-build-tool" group.
To view this discussion on the web visit https://groups.google.com/d/msg/simple-build-tool/-/o2XG-BrdIFEJ.
To post to this group, send email to simple-b...@googlegroups.com.
To unsubscribe from this group, send email to simple-build-t...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/simple-build-tool?hl=en.

Reply all
Reply to author
Forward
0 new messages