File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ Read [the blog](http://www.warski.org/blog/2015/02/quicklens-modify-deeply-neste
164
164
Available in Maven Central:
165
165
166
166
```` scala
167
- val quicklens = " com.softwaremill.quicklens" %% " quicklens" % " 1.4.5 "
167
+ val quicklens = " com.softwaremill.quicklens" %% " quicklens" % " 1.4.6 "
168
168
````
169
169
170
170
Also available for [ Scala.js] ( http://www.scala-js.org ) !
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import sbt._
6
6
object BuildSettings {
7
7
val buildSettings = Defaults .coreDefaultSettings ++ Seq (
8
8
organization := " com.softwaremill.quicklens" ,
9
- version := " 1.4.4 " ,
9
+ version := " 1.4.6 " ,
10
10
scalaVersion := " 2.11.6" ,
11
11
// Sonatype OSS deployment
12
12
publishTo <<= version { (v : String ) =>
You can’t perform that action at this time.
0 commit comments