Skip to content

Commit 7acfc3e

Browse files
committed
Merge pull request #200 from rssh/2.11.x
added scala-gopher to set of builds.
2 parents 819bd44 + aded216 commit 7acfc3e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

common.conf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ vars: {
124124
// Ensime depends on. and Ensime is the main reason we're adding this at all
125125
spray-json-shapeless-ref : "fommil/spray-json-shapeless.git#v1.1.0"
126126

127+
scala-gopher-ref : "rssh/scala-gopher.git#community-build"
128+
127129
// version settings
128130
sbt-version-override : "0.13.9"
129131
}
@@ -580,5 +582,10 @@ build += {
580582
extra.projects: ["testJVM"]
581583
}
582584

585+
${vars.base} {
586+
name: "scala-gopher",
587+
uri: "http://github.com/"${vars.scala-gopher-ref}
588+
}
589+
583590
]
584591
}

0 commit comments

Comments
 (0)