We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09d4ac commit a1df95aCopy full SHA for a1df95a
README.md
@@ -39,14 +39,14 @@ Instead of using a local build you may also use the most recent version from the
39
<dependency>
40
<groupId>edu.kit.datamanager</groupId>
41
<artifactId>repo-core</artifactId>
42
- <version>1.2.0</version>
+ <version>1.2.6</version>
43
</dependency>
44
~~~~
45
46
### Gradle (short)
47
48
49
- implementation "edu.kit.datamanager:repo-core:1.2.0"
+ implementation "edu.kit.datamanager:repo-core:1.2.6"
50
51
52
## License
0 commit comments