Skip to content
This repository was archived by the owner on Feb 14, 2020. It is now read-only.

Commit 0c36edf

Browse files
committed
v0.1.11
1 parent c89c884 commit 0c36edf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Installation
2929
Add the following to your `build.sbt`
3030

3131
```scala
32-
libraryDependencies += "com.beachape.filemanagement" %% "schwatcher" % "0.1.10"
32+
libraryDependencies += "com.beachape.filemanagement" %% "schwatcher" % "0.1.11"
3333
```
3434

3535
If the above does not work because it cannot be resolved, its likely because it hasn't been synced to Maven central yet.
@@ -38,7 +38,7 @@ In that case, download a SNAPSHOT release of the same version by adding this to
3838
```
3939
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
4040
41-
libraryDependencies += "com.beachape.filemanagement" %% "schwatcher" % "0.1.10-SNAPSHOT"
41+
libraryDependencies += "com.beachape.filemanagement" %% "schwatcher" % "0.1.11-SNAPSHOT"
4242
```
4343

4444
__Those using Akka 2.1.x__ should stay on 0.0.2 as 0.0.3 onwards uses Akka 2.2.x, which [requires some work to upgrade to](http://doc.akka.io/docs/akka/current/project/migration-guide-2.1.x-2.2.x.html).

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "schwatcher"
22

3-
version := "0.1.11-SNAPSHOT"
3+
version := "0.1.11"
44

55
scalaVersion := "2.11.7"
66

0 commit comments

Comments
 (0)