代码拉取完成,页面将自动刷新
同步操作将从 cookeem/CookIM 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
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"
//)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。