Skip to content

Commit

Permalink
Release version 26
Browse files Browse the repository at this point in the history
  • Loading branch information
soc committed Apr 13, 2021
1 parent 51645df commit c151176
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ Add the library as a dependency to your project:
<dependency>
<groupId>dev.dirs</groupId>
<artifactId>directories</artifactId>
<version>25</version>
<version>26</version>
</dependency>
```
##### Gradle
```groovy
compile 'dev.dirs:directories:25'
compile 'dev.dirs:directories:26'
```

##### SBT
```scala
"dev.dirs" % "directories" % "25"
"dev.dirs" % "directories" % "26"
```

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

## Changelog

### 26 – current stable `dev.dirs:directories` release

- Adds support for IBM Series i (OS/400). Thanks @ThePrez!

### 25
- Release with newer JavaDoc version.
- Update SBT version to 1.5.0.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lazy val root = (project in file("."))
organization := "dev.dirs",
managedScalaInstance := false,
crossPaths := false,
version := "25",
version := "26",
homepage := Some(url("https://github.com/dirs-dev/directories-jvm")),
licenses := Seq("Mozilla Public License 2.0" -> url("https://opensource.org/licenses/MPL-2.0")),
fork := true,
Expand Down

0 comments on commit c151176

Please sign in to comment.