Skip to content

Commit

Permalink
Some dependency version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg committed Jul 31, 2015
1 parent 5ffba3a commit b728ed4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion reactive-core/build.sbt
Expand Up @@ -4,4 +4,4 @@ description := "An FRP framework"

libraryDependencies += "org.scalatest" %% "scalatest" % "2.2.5" % "test"

libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.12.1" % "test"
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.12.2" % "test"
2 changes: 1 addition & 1 deletion reactive-transport/build.sbt
Expand Up @@ -5,7 +5,7 @@ description := "Abstraction over server/browser means of transport"
libraryDependencies ++= {
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, scalaMajor)) if scalaMajor >= 11 =>
Seq("org.scala-lang.modules" %% "scala-xml" % "1.0.2")
Seq("org.scala-lang.modules" %% "scala-xml" % "1.0.5")
case Some((2, 10)) =>
Seq()
}
Expand Down
2 changes: 1 addition & 1 deletion reactive-web-html/build.sbt
Expand Up @@ -2,4 +2,4 @@ name := "reactive-web-html"

description := "Classes that allow the server to interact with html elements on the client side"

libraryDependencies += "org.scalatest" %% "scalatest" % "2.2.0" % "test"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.2.5" % "test"
2 changes: 1 addition & 1 deletion reactive-web/build.sbt
Expand Up @@ -8,4 +8,4 @@ libraryDependencies += "com.lihaoyi" %% "upickle" % "0.2.8"

libraryDependencies += "org.scalatest" %% "scalatest" % "2.2.5" % "test"

libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.12.1" % "test"
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.12.2" % "test"

0 comments on commit b728ed4

Please sign in to comment.