aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-04-07 01:50:26 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2016-04-07 02:01:03 -0400
commitd915335f32f89a18cec097159f39334fe2bcde0d (patch)
tree57934fe60308864fd247c24d74ab7bf55e638cc8 /test
parent0ef27a7d8cabd0dfe4009b09481566d3d02a76c6 (diff)
downloadcbt-d915335f32f89a18cec097159f39334fe2bcde0d.tar.gz
cbt-d915335f32f89a18cec097159f39334fe2bcde0d.tar.bz2
cbt-d915335f32f89a18cec097159f39334fe2bcde0d.zip
cross building and automatic snaphot ids
Adds support for cross building for multiple scala versions And for automatically appending -SNAPSHOT to the id, when publishing a snapshot.
Diffstat (limited to 'test')
-rw-r--r--test/simple/build/build.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/simple/build/build.scala b/test/simple/build/build.scala
index 190bad9..31f2ab9 100644
--- a/test/simple/build/build.scala
+++ b/test/simple/build/build.scala
@@ -7,7 +7,7 @@ class Build(context: cbt.Context) extends BasicBuild(context){
super.dependencies
++
Seq(
- GitDependency("https://github.com/xdotai/diff.git", "8b501902999fe76d49e04937c4bd6d0b9e07b4a6"),
+ GitDependency("https://github.com/xdotai/diff.git", "666bbbf4dbff6fadc81c011ade7b83e91d3f9256"),
MavenRepository.central.resolve(
ScalaDependency("com.typesafe.play", "play-json", "2.4.4"),
MavenDependency("joda-time", "joda-time", "2.9.2"),