Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

Commit 84822dc

Browse files
author
Stefan Nothaas
committed
Prepare for release: Set correct dxutils version
1 parent fe33b3b commit 84822dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
4949

5050
dependencies {
5151
implementation files(Jvm.current().toolsJar)
52-
implementation 'de.hhu.bsinfo:dxutils:0.4.0-SNAPSHOT'
52+
implementation 'de.hhu.bsinfo:dxutils:0.4.0'
5353

5454
testCompile group: 'junit', name: 'junit', version: '4.12'
5555
}

0 commit comments

Comments
 (0)