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

Commit d0bcea1

Browse files
committed
Release version 25
1 parent 488eb5d commit d0bcea1

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ Add the library as a dependency to your project:
3838
<dependency>
3939
<groupId>dev.dirs</groupId>
4040
<artifactId>directories</artifactId>
41-
<version>20</version>
41+
<version>25</version>
4242
</dependency>
4343
```
4444
##### Gradle
4545
```groovy
46-
compile 'dev.dirs:directories:20'
46+
compile 'dev.dirs:directories:25'
4747
```
4848

4949
##### SBT
5050
```scala
51-
"dev.dirs" % "directories" % "20"
51+
"dev.dirs" % "directories" % "25"
5252
```
5353

5454
The library itself is built against Java 6 to allow for the widest possible usage scenarios.
@@ -186,7 +186,11 @@ The version number of this library consists of a whole number, which is incremen
186186

187187
## Changelog
188188

189-
### 24 – current stable `dev.dirs:directories` release
189+
### 25
190+
- Release with newer JavaDoc version.
191+
- Update SBT version to 1.5.0.
192+
193+
### 24
190194

191195
- Try both "normal" and "downgraded" version of Powershell.
192196
Hopefully fixes #47. Thanks @phongngtuan!

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lazy val root = (project in file("."))
44
organization := "dev.dirs",
55
managedScalaInstance := false,
66
crossPaths := false,
7-
version := "24",
7+
version := "25",
88
homepage := Some(url("https://github.com/dirs-dev/directories-jvm")),
99
licenses := Seq("Mozilla Public License 2.0" -> url("https://opensource.org/licenses/MPL-2.0")),
1010
fork := true,

0 commit comments

Comments
 (0)