Skip to content

Commit

Permalink
Upgrade Scala.JS & Scalaz
Browse files Browse the repository at this point in the history
  • Loading branch information
japgolly committed Sep 29, 2016
1 parent 25b9f98 commit 4daf1ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions doc/changelog/0.7.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@
* `withSeed`.
* `withOptionalSeed`.
* `withRandomSeed`.

Upgrade:
* Scala.JS to 0.6.12.
* Scalaz to 7.2.6.
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Nyaya extends Build {
CDS.all(
_.settings(
organization := "com.github.japgolly.nyaya",
version := "0.7.2",
version := "0.7.3-SNAPSHOT",
homepage := Some(url("https://github.com/japgolly/nyaya")),
licenses += ("LGPL v2.1+" -> url("http://www.gnu.org/licenses/lgpl-2.1.txt")),
scalaVersion := Scala211,
Expand All @@ -40,7 +40,7 @@ object Nyaya extends Build {
"cct" -> ";clear;clean;test"))
) :+ Typical.settings("nyaya")

val scalaz = Library("org.scalaz", "scalaz-core", "7.2.5")
val scalaz = Library("org.scalaz", "scalaz-core", "7.2.6")

def monocle(m: String) = Library("com.github.julien-truffaut", "monocle-"+m, "1.2.2")
val monocleCore = monocle("core")
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.11")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.12")

addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")

Expand Down

0 comments on commit 4daf1ae

Please sign in to comment.