Skip to content

Commit 7fb1c5f

Browse files
committed
add conductr-lib
1 parent 63da1b5 commit 7fb1c5f

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

community.dbuild

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,4 +776,19 @@ build += {
776776
extra.exclude: ["catsJVM"]
777777
}
778778

779+
${vars.base} {
780+
name: "conductr-lib"
781+
uri: ${vars.uris.conductr-lib-uri}
782+
extra.exclude: [
783+
// not our Akka version
784+
"akka23Common", "akka23ConductRBundleLib", "akka23TestLib"
785+
// we don't have Lagom yet
786+
"lagom1ConductRBundleLib"
787+
// not our Play version
788+
"play23Common", "play23ConductRBundleLib", "play23ConductRClientLib"
789+
// also not our Play version
790+
"play24Common", "play24ConductRBundleLib", "play24ConductRClientLib"
791+
]
792+
}
793+
779794
]}

project-refs.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ vars.uris: {
88
// breeze-uri: "https://github.com/scalanlp/breeze.git"
99
catalysts-uri: "https://github.com/typelevel/catalysts.git"
1010
cats-uri: "https://github.com/typelevel/cats.git"
11+
conductr-lib-uri: "https://github.com/typesafehub/conductr-lib.git"
1112
discipline-uri: "https://github.com/typelevel/discipline.git#v0.7"
1213
fastparse-uri: "https://github.com/scalacommunitybuild/fastparse.git#no-coursier"
1314
fs2-uri: "https://github.com/functional-streams-for-scala/fs2.git#series/0.9"

0 commit comments

Comments
 (0)