Skip to content

Commit

Permalink
Release 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Jan 28, 2016
1 parent e31455f commit 377fcdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Read [the blog](http://www.warski.org/blog/2015/02/quicklens-modify-deeply-neste
Available in Maven Central:

````scala
val quicklens = "com.softwaremill.quicklens" %% "quicklens" % "1.4.3"
val quicklens = "com.softwaremill.quicklens" %% "quicklens" % "1.4.4"
````

Also available for [Scala.js](http://www.scala-js.org)!
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import sbt._
object BuildSettings {
val buildSettings = Defaults.coreDefaultSettings ++ Seq (
organization := "com.softwaremill.quicklens",
version := "1.4.3",
version := "1.4.4",
scalaVersion := "2.11.6",
// Sonatype OSS deployment
publishTo <<= version { (v: String) =>
Expand Down

0 comments on commit 377fcdf

Please sign in to comment.