Skip to content

Commit

Permalink
Upgrade Monocle to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
japgolly committed Apr 1, 2015
1 parent e7a7eb0 commit 1b22236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/CHANGELOG-0.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* `alignContent`
* Changed SetInterval to accept `FiniteDuration` instead of `Double` to avoid unit errors.
* Upgrade Scala to 2.11.6.
* Upgrade Monocle to 1.1.0.

# 0.8.2 ([commit log](https://github.com/japgolly/scalajs-react/compare/v0.8.1...v0.8.2))

Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ object ScalajsReact extends Build {
.settings(libraryDependencies += monocleLib("core"))

def monocleLib(name: String) =
"com.github.japgolly.fork.monocle" %%%! s"monocle-$name" % "1.0.1-2"
"com.github.japgolly.fork.monocle" %%%! s"monocle-$name" % "1.1.0"

// ==============================================================================================
lazy val extra = project
Expand Down

0 comments on commit 1b22236

Please sign in to comment.