Bump dependencies

This commit is contained in:
Alexandre Archambault 2017-06-01 09:34:03 +02:00
parent f43d8d59ad
commit e0d1a8709b
3 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
object SharedVersions {
def fastParse = "0.4.2"
def http4s = "0.15.12a"
def fastParse = "0.4.3"
def http4s = "0.15.13a"
def proguard = "5.3.3"
def scalaz = "7.2.12"
def scalaz = "7.2.13"
}

View File

@ -11,7 +11,7 @@ plugins_(
"io.get-coursier" % "sbt-shading" % coursierVersion,
"org.xerial.sbt" % "sbt-sonatype" % "1.1",
"com.timushev.sbt" % "sbt-updates" % "0.3.0",
"org.tpolecat" % "tut-plugin" % "0.5.1"
"org.tpolecat" % "tut-plugin" % "0.5.2"
)
libs ++= Seq(

View File

@ -1,4 +1,4 @@
io.get-coursier:coursier_2.11:1.0.0-SNAPSHOT:compile
org.scala-lang:scala-library:2.11.11:default
org.scala-lang.modules:scala-xml_2.11:1.0.6:default
org.scalaz:scalaz-core_2.11:7.2.12:default
org.scalaz:scalaz-core_2.11:7.2.13:default