1 Star 0 Fork 110

王运德 / CookIM

forked from cookeem / CookIM 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.sbt 1.61 KB
一键复制 编辑 原始数据 按行查看 历史
cookeem 提交于 2017-01-05 08:54 . add test case
name := "CookIM"
version := "0.1.0-SNAPSHOT"
scalaVersion := "2.11.8"
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8")
libraryDependencies ++= {
val akkaV = "2.4.14"
val akkaHttpV = "10.0.0"
Seq(
"com.typesafe.akka" %% "akka-actor" % akkaV,
"com.typesafe.akka" %% "akka-remote" % akkaV,
"com.typesafe.akka" %% "akka-cluster" % akkaV,
"com.typesafe.akka" %% "akka-cluster-tools" % akkaV,
"com.typesafe.akka" %% "akka-stream" % akkaV,
"com.typesafe.akka" %% "akka-http-core" % akkaHttpV,
"com.typesafe.akka" %% "akka-http" % akkaHttpV,
"com.typesafe.akka" %% "akka-testkit" % akkaV,
"com.typesafe.akka" %% "akka-stream-testkit" % akkaV,
"com.typesafe.akka" %% "akka-http-testkit" % akkaHttpV,
"org.scalactic" %% "scalactic" % "3.0.1",
"org.scalatest" %% "scalatest" % "3.0.1" % "test",
"com.typesafe.play" %% "play-json" % "2.5.8",
"org.slf4j" % "slf4j-simple" % "1.7.10",
"com.sksamuel.scrimage" %% "scrimage-core" % "2.1.1",
"com.sksamuel.scrimage" %% "scrimage-io-extra" % "2.1.1",
"com.esotericsoftware" % "kryo" % "3.0.3",
"com.github.romix.akka" %% "akka-kryo-serialization" % "0.4.1",
"commons-cli" % "commons-cli" % "1.3.1",
"io.jsonwebtoken" % "jjwt" % "0.7.0",
"org.reactivemongo" %% "reactivemongo" % "0.12.0",
"org.reactivemongo" %% "reactivemongo-play-json" % "0.12.0"
)
}
////sbt使用代理
//javaOptions in console ++= Seq(
// "-Dhttp.proxyHost=cmproxy-sgs.gmcc.net",
// "-Dhttp.proxyPort=8081"
//)
//javaOptions in run ++= Seq(
// "-Dhttp.proxyHost=cmproxy-sgs.gmcc.net",
// "-Dhttp.proxyPort=8081"
//)
Scala
1
https://gitee.com/mmtzwyd/CookIM.git
git@gitee.com:mmtzwyd/CookIM.git
mmtzwyd
CookIM
CookIM
master

搜索帮助