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 @@ -776,4 +776,19 @@ build += {
776
776
extra.exclude: ["catsJVM"]
777
777
}
778
778
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
+
779
794
]}
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