mirror of https://github.com/sbt/sbt.git
9 lines
166 B
Scala
9 lines
166 B
Scala
|
|
|
||
|
|
object SharedVersions {
|
||
|
|
|
||
|
|
val scalaz = "7.2.8"
|
||
|
|
|
||
|
|
// last http4s version compatible with Java 7 (Travis-based Mac CI still on Java 7...)
|
||
|
|
val http4s = "0.8.6"
|
||
|
|
|
||
|
|
}
|