Skip to content

Commit a7f59d7

Browse files
committed
Release 1.4.6
1 parent 1496ea8 commit a7f59d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Read [the blog](http://www.warski.org/blog/2015/02/quicklens-modify-deeply-neste
164164
Available in Maven Central:
165165

166166
````scala
167-
val quicklens = "com.softwaremill.quicklens" %% "quicklens" % "1.4.5"
167+
val quicklens = "com.softwaremill.quicklens" %% "quicklens" % "1.4.6"
168168
````
169169

170170
Also available for [Scala.js](http://www.scala-js.org)!

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import sbt._
66
object BuildSettings {
77
val buildSettings = Defaults.coreDefaultSettings ++ Seq (
88
organization := "com.softwaremill.quicklens",
9-
version := "1.4.4",
9+
version := "1.4.6",
1010
scalaVersion := "2.11.6",
1111
// Sonatype OSS deployment
1212
publishTo <<= version { (v: String) =>

0 commit comments

Comments
 (0)