File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments