Skip to content

Commit a011d84

Browse files
committed
add conductr-lib
1 parent a4356f1 commit a011d84

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
@@ -788,4 +788,19 @@ build += {
788788
extra.exclude: ["catsJVM"]
789789
}
790790

791+
${vars.base} {
792+
name: "conductr-lib"
793+
uri: ${vars.uris.conductr-lib-uri}
794+
extra.exclude: [
795+
// not our Akka version
796+
"akka23Common", "akka23ConductRBundleLib", "akka23TestLib"
797+
// we don't have Lagom yet
798+
"lagom1ConductRBundleLib"
799+
// not our Play version
800+
"play23Common", "play23ConductRBundleLib", "play23ConductRClientLib"
801+
// also not our Play version
802+
"play24Common", "play24ConductRBundleLib", "play24ConductRClientLib"
803+
]
804+
}
805+
791806
]}

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)