109 Star 299 Fork 110

cookeem / CookIM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.sbt 1.68 KB
一键复制 编辑 原始数据 按行查看 历史
cookeem 提交于 2017-12-04 17:13 . modified: build.sbt
name := "CookIM"
version := "0.2.4-SNAPSHOT"
scalaVersion := "2.11.8"
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8")
libraryDependencies ++= {
val akkaV = "2.5.2"
val akkaHttpV = "10.0.7"
val reactivemongoV = "0.12.3"
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-testkit" % akkaV % Test,
"com.typesafe.akka" %% "akka-stream" % akkaV,
"com.typesafe.akka" %% "akka-stream-testkit" % akkaV % Test,
// "com.typesafe.akka" %% "akka-http-core" % akkaHttpV,
"com.typesafe.akka" %% "akka-http" % akkaHttpV,
"com.typesafe.akka" %% "akka-http-testkit" % akkaHttpV % Test,
// "org.scalactic" %% "scalactic" % "3.0.1",
// "org.scalatest" %% "scalatest" % "3.0.1" % "test",
"com.typesafe.play" %% "play-json" % "2.5.15",
"org.slf4j" % "slf4j-simple" % "1.7.25",
"com.sksamuel.scrimage" %% "scrimage-core" % "2.1.8",
"com.sksamuel.scrimage" %% "scrimage-io-extra" % "2.1.8",
"com.esotericsoftware" % "kryo" % "4.0.0",
"com.github.romix.akka" %% "akka-kryo-serialization" % "0.5.0",
"commons-cli" % "commons-cli" % "1.4",
"io.jsonwebtoken" % "jjwt" % "0.7.0",
"org.reactivemongo" %% "reactivemongo" % reactivemongoV,
"org.reactivemongo" %% "reactivemongo-play-json" % reactivemongoV
)
}
////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/cookeem/CookIM.git
git@gitee.com:cookeem/CookIM.git
cookeem
CookIM
CookIM
master

搜索帮助