ehalpern / macwire-config

Declarative configuration injection using Typesafe Config with MacWire
MIT License
5 stars 2 forks source link

Broken for newer Macwire versions #1

Open mkotsbak opened 8 years ago

mkotsbak commented 8 years ago

It seems like the tagging system has changed. Using apostropes does not seems to work now. It expects a class I think now as tag.

Urk, I'm not even able to build the repository as is:

Build.scala:1: object pgp is not a member of package com.typesafe.sbt
[error] import com.typesafe.sbt.pgp.PgpKeys
kdeenanauth commented 7 years ago

@mkotsbak Check out the solution for #2 which helps you build the project.

We are working on fixing the tagging system. We'll see how far we get :D