Navigation Menu

Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Alonso Dominguez committed Jul 12, 2017
1 parent caf665a commit 717ebb1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions project/Dependencies.scala
Expand Up @@ -17,8 +17,8 @@ object Dependencies {
val scalaTest = "3.0.3"
val scalaCheck = "1.13.5"
val scalaMock = "3.6.0"
val mockserver = "3.10.7"
val discipline = "0.7.3"
val mockserver = "3.10.8"
val discipline = "0.8"

// Akka ----------

Expand All @@ -29,10 +29,10 @@ object Dependencies {
val constructr = "0.7.0"

object http {
val main = "10.0.8"
val main = "10.0.9"

// http extensions
val json = "1.16.1"
val json = "1.17.0"
val sse = "3.0.0"
}

Expand All @@ -51,9 +51,9 @@ object Dependencies {
// ScalaJS -------

val scalaJsReact = "1.0.1"
val scalaJsDom = "0.9.2"
val scalaJsJQuery = "0.9.1"
val scalaJSScripts = "1.1.0"
val scalaJsDom = "0.9.3"
val scalaJsJQuery = "0.9.2"
val scalaJSScripts = "1.1.1"
val testState = "2.1.2"

// Other utils ---
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Expand Up @@ -10,10 +10,10 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "0.5.4")

// Web plugins
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.17")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.18")
addSbtPlugin("com.vmunier" % "sbt-web-scalajs" % "1.0.5")
addSbtPlugin("org.irundaia.sbt" % "sbt-sassify" % "1.4.8")
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.3.2")
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.3.3")

// Server side plugins
addSbtPlugin("io.spray" % "sbt-revolver" % "0.8.0")
Expand Down

0 comments on commit 717ebb1

Please sign in to comment.