Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
Close 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kciesielski committed Jun 23, 2016
1 parent da94f11 commit 2678c55
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 @@ -12,7 +12,7 @@ Builds are available for Scala 2.10.x and 2.11.x

````scala
libraryDependencies ++= Seq(
"com.softwaremill.stringmask" %% "stringmask" % "1.0.0",
"com.softwaremill.stringmask" %% "stringmask" % "1.1.0",
compilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.full)
)
````
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization := "com.softwaremill.stringmask"
name := "stringmask"

version := "1.1.0-SNAPSHOT"
version := "1.1.0"

crossScalaVersions := Seq("2.10.6", "2.11.8")

Expand Down

0 comments on commit 2678c55

Please sign in to comment.