Does Finatra support Scala 2.11? #196
Comments
IIRC finagle does not yet compile under Scala 2.11, so Finatra is behind. |
2.11 artifacts for finagle-core and most of the other Finagle modules have been available in Maven Central since December. The stragglers (finagle-redis and finagle-ostrich4) can now be built for 2.11 from source, and will be available for 2.11 in the next release (next week, we hope). See this thread for some recent discussion of the status of Finatra. |
any updates? |
@dlwh Scala 2.11 artifacts for Finatra (2.0.0.M1 -- the first/latest 2.0.0 milestone release) have been published to Maven Central. |
thanks! amazing timing since I first started looking at Finatra yesterday :) Works great, nice library! First web framework I've seen in Scala that didn't leave a bad taste in my mouth. |
That's good to hear -- please feel free to leave us feedback! |
@cacoco I'm trying to get Finatra working with scala 2.11.8. When I add: error sbt.ResolveException: unresolved dependency: com.twitter.common#metrics;0.0.29: not found |
@danny-zegel-zocdoc please make sure you add the twitter maven resolver (like in the examples), e.g.,
As those dependencies are hosted on our Twitter maven repo. |
So, the lastest Finatra version that works with Scala 2.11 is 2.1.6? |
@heldersantosmoreira no, we currently support 2.11. We just published a 2.11-compatible finatra update last week. http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.twitter%22%20AND%20a%3A%22finatra-root_2.11%22 |
Is |
@heldersantosmoreira no, it was just an example. We publish all of our modules at the same time. |
I'm having the following issue using Scala 2.11.6:
sbt.ResolveException: unresolved dependency: com.twitter#finatra_2.11;1.5.3: not found
The text was updated successfully, but these errors were encountered: