get dependencies from lila-maven; remove bin/build-deps

pull/3041/head^2
Thibault Duplessis 2017-05-17 12:42:08 +02:00
parent 2ada00f3fb
commit bd7eb08159
5 changed files with 6 additions and 43 deletions

View File

@ -1,37 +0,0 @@
#!/bin/sh
set -e
# might help some people dealing with vendor updates
git submodule update
dir=$(mktemp -d)
echo "Building in $dir"
cd "$dir"
git clone --depth 1 https://github.com/ornicar/Kamon --branch lila
cd Kamon
sbt publish-local
cd ..
git clone --depth 1 https://github.com/ornicar/scalalib
cd scalalib
sbt publish-local
cd ..
git clone https://github.com/ornicar/scala-kit --branch lichess-fork
cd scala-kit
git checkout b019b3a2522d3f1697c39ec0c79e88c18ea49a91
sbt -Dversion=1.2.11-THIB publish-local
cd ..
git clone --depth 1 https://github.com/ornicar/maxmind-geoip2-scala --branch customBuild
cd maxmind-geoip2-scala
sbt publish-local
cd ..
git clone --depth 1 https://github.com/Nycto/Hasher
cd Hasher
sbt '+ publish-local'
cd ..
rm -rf "$dir"

@ -1 +1 @@
Subproject commit 2ccf1822e20caeb8b49bde5bef95ae4184ab638a
Subproject commit 353c60b2571a8b46e1d56a3bf836366bfbdc2006

View File

@ -8,7 +8,7 @@ object BuildSettings {
import Dependencies._
val globalScalaVersion = "2.11.8"
val globalScalaVersion = "2.11.11"
def buildSettings = Defaults.coreDefaultSettings ++ Seq(
organization := "org.lichess",

View File

@ -9,13 +9,13 @@ object Dependencies {
val sonatype = "sonatype" at "https://oss.sonatype.org/content/repositories/releases"
val sonatypeS = "sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
val jgitMaven = "jgit-maven" at "http://download.eclipse.org/jgit/maven"
val awesomepom = "awesomepom" at "https://raw.github.com/jibs/maven-repo-scala/master"
val awesomepom = "awesomepom" at "https://raw.githubusercontent.com/jibs/maven-repo-scala/master"
val lilaMaven = "lila-maven" at "https://raw.githubusercontent.com/ornicar/lila-maven/master"
val prismic = "Prismic.io kits" at "https://s3.amazonaws.com/prismic-maven-kits/repository/maven/"
// val ornicarMaven = "ornicar maven" at "https://raw.githubusercontent.com/ornicar/maven/master/oss.sonatype.org/content/repositories/snapshots"
val commons = Seq(
sonatypeS,
// ornicarMaven,
lilaMaven,
sonatype,
awesomepom,
typesafe,

View File

@ -1 +1 @@
sbt.version=0.13.13
sbt.version=0.13.15