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

Commit c151176

Browse files
committed
Release version 26
1 parent 51645df commit c151176

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

+7-3
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>25</version>
41+
<version>26</version>
4242
</dependency>
4343
```
4444
##### Gradle
4545
```groovy
46-
compile 'dev.dirs:directories:25'
46+
compile 'dev.dirs:directories:26'
4747
```
4848

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

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

187187
## Changelog
188188

189+
### 26 – current stable `dev.dirs:directories` release
190+
191+
- Adds support for IBM Series i (OS/400). Thanks @ThePrez!
192+
189193
### 25
190194
- Release with newer JavaDoc version.
191195
- Update SBT version to 1.5.0.

build.sbt

+1-1
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 := "25",
7+
version := "26",
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)