Skip to content

Commit 1b22236

Browse files
committed
Upgrade Monocle to 1.1.0
1 parent e7a7eb0 commit 1b22236

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/CHANGELOG-0.8.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* `alignContent`
1212
* Changed SetInterval to accept `FiniteDuration` instead of `Double` to avoid unit errors.
1313
* Upgrade Scala to 2.11.6.
14+
* Upgrade Monocle to 1.1.0.
1415

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

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ object ScalajsReact extends Build {
134134
.settings(libraryDependencies += monocleLib("core"))
135135

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

139139
// ==============================================================================================
140140
lazy val extra = project

0 commit comments

Comments
 (0)