1 Star 0 Fork 1

可乐鸡翅/stateless-future

forked from 杨博/stateless-future 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.sbt 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
杨博 提交于 2014-04-18 10:50 . Bump version
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",
Some("scm:git:[email protected]:Atry/stateless-future.git")))
pomExtra :=
<developers>
<developer>
<id>Atry</id>
<name>杨博</name>
<timezone>+8</timezone>
<email>pop.atry@gmail.com</email>
</developer>
</developers>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Scala
1
https://gitee.com/tian1ya/stateless-future.git
[email protected]:tian1ya/stateless-future.git
tian1ya
stateless-future
stateless-future
master

搜索帮助