File tree 2 files changed +16
-0
lines changed 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -788,4 +788,19 @@ build += {
788
788
extra.exclude: ["catsJVM"]
789
789
}
790
790
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
+
791
806
]}
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ vars.uris: {
8
8
// breeze-uri: "https://github.com/scalanlp/breeze.git"
9
9
catalysts-uri: "https://github.com/typelevel/catalysts.git"
10
10
cats-uri: "https://github.com/typelevel/cats.git"
11
+ conductr-lib-uri: "https://github.com/typesafehub/conductr-lib.git"
11
12
discipline-uri: "https://github.com/typelevel/discipline.git#v0.7"
12
13
fastparse-uri: "https://github.com/scalacommunitybuild/fastparse.git#no-coursier"
13
14
fs2-uri: "https://github.com/functional-streams-for-scala/fs2.git#series/0.9"
You can’t perform that action at this time.
0 commit comments