代码拉取完成,页面将自动刷新
同步操作将从 杨博/stateless-future 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
organization := "com.qifun"
name := "stateless-future"
version := "0.1.2-SNAPSHOT"
libraryDependencies <+= (scalaVersion) { sv =>
"org.scala-lang" % "scala-reflect" % sv
}
libraryDependencies += "junit" % "junit-dep" % "4.10" % "test"
libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test"
scalacOptions ++= Seq("-optimize", "-deprecation", "-unchecked", "-Xlint", "-feature")
crossScalaVersions := Seq("2.10.4", "2.11.0")
description := "The rubost asynchronous programming facility for Scala that offers a direct API for working with Futures."
homepage := Some(url("https://github.com/Atry/stateless-future"))
startYear := Some(2014)
licenses := Seq("Apache License, Version 2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.html"))
publishTo <<= (isSnapshot) { isSnapshot: Boolean =>
if (isSnapshot)
Some("snapshots" at "https://oss.sonatype.org/content/repositories/snapshots")
else
Some("releases" at "https://oss.sonatype.org/service/local/staging/deploy/maven2")
}
scmInfo := Some(ScmInfo(
url("https://github.com/Atry/stateless-future"),
"scm:git:git://github.com/Atry/stateless-future.git",
pomExtra :=
<developers>
<developer>
<id>Atry</id>
<name>杨博</name>
<timezone>+8</timezone>
<email>pop.atry@gmail.com</email>
</developer>
</developers>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。