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

Commit 2678c55

Browse files
committed
Close 1.1.0
1 parent da94f11 commit 2678c55

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
@@ -12,7 +12,7 @@ Builds are available for Scala 2.10.x and 2.11.x
1212

1313
````scala
1414
libraryDependencies ++= Seq(
15-
"com.softwaremill.stringmask" %% "stringmask" % "1.0.0",
15+
"com.softwaremill.stringmask" %% "stringmask" % "1.1.0",
1616
compilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.full)
1717
)
1818
````

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
organization := "com.softwaremill.stringmask"
22
name := "stringmask"
33

4-
version := "1.1.0-SNAPSHOT"
4+
version := "1.1.0"
55

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

0 commit comments

Comments
 (0)