paradigmatic / Configrity

Simple, immutable and flexible configuration library for scala.
Other
132 stars 19 forks source link

Scala 2.11 #27

Open joegaudet opened 10 years ago

joegaudet commented 10 years ago

Any plans for support?

purefn commented 10 years ago

@paradigmatic Any thoughts on this? I just tried building for 2.11 locally and the only change required was a bump of the ScalaTest version to 2.1.6.

purefn commented 10 years ago

Submitted a PR for this, #28.

joegaudet commented 10 years ago

+1 for getting this done

kflorence commented 10 years ago

+1

malaverdiere commented 10 years ago

I haven't tested Configrity yet. It looks exactly what I need. Are we gonna get a 2.11 release soon? I am not seeing it on Maven Central :( Is there more testing needed?

Rogach commented 9 years ago

@paradigmatic Any chance that you found your password by now? Just joking :)

But it's really a partial show-stopper for me, I really need to move one of my projects to 2.11, and this is the only lib resisting.

axel22 commented 9 years ago

+1 Would love to see (and would be handy to have) the 2.11 release of this awesome library.

RomanHargrave commented 9 years ago

Late to this party, but I would like to see _2.11 available from maven central also.

kflorence commented 9 years ago

@paradigmatic this is now the last package holding up our update to 2.11... :(

vkostyukov commented 9 years ago

This is odd. The library is already support 2.11 (see latest Travis Ci build: https://travis-ci.org/paradigmatic/Configrity). @paradigmatic fixed it by the last commit. Although, it's not published yet in Maven Central by some reason.

For those who blocked by this, you can clone the library and run sbt +publishLocal. It will put the both library builds (2.10 and 2.11) to ${user.home}/.ivy2/local so you can use this dependency in other builds running on the same machine.

What happened to @paradigmatic?

RomanHargrave commented 9 years ago

@vkostyukov I am currently using the version in maven, I just exclude scalatest from the dependencies. I don't understand why scalatest is in the compile dependency set to begin with. It should be in the test compile set.

vkostyukov commented 9 years ago

@RomanHargrave I can't see 2.11 version in Maven Central: see search. Do you use version 1.0.1?

RomanHargrave commented 9 years ago

@vkostyukov I meant to say that I am using the version that is incompatible. It appears that the only incompatibility is a runtime dependency on scalatest (for no apparent reason). I am using 1.0.0.

This is what I am doing