sbt/project/SharedVersions.scala

10 lines
130 B
Scala
Raw Normal View History

2017-04-02 21:51:11 +02:00
object SharedVersions {
2017-06-01 09:34:03 +02:00
def fastParse = "0.4.3"
def http4s = "0.15.13a"
2017-05-15 15:32:49 +02:00
def proguard = "5.3.3"
2017-06-01 09:34:03 +02:00
def scalaz = "7.2.13"
2017-05-15 15:32:49 +02:00
}