We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 819bd44 + aded216 commit 7acfc3eCopy full SHA for 7acfc3e
common.conf
@@ -124,6 +124,8 @@ vars: {
124
// Ensime depends on. and Ensime is the main reason we're adding this at all
125
spray-json-shapeless-ref : "fommil/spray-json-shapeless.git#v1.1.0"
126
127
+ scala-gopher-ref : "rssh/scala-gopher.git#community-build"
128
+
129
// version settings
130
sbt-version-override : "0.13.9"
131
}
@@ -580,5 +582,10 @@ build += {
580
582
extra.projects: ["testJVM"]
581
583
584
585
+ ${vars.base} {
586
+ name: "scala-gopher",
587
+ uri: "http://github.com/"${vars.scala-gopher-ref}
588
+ }
589
590
]
591
0 commit comments