Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit 07dcf5b

Browse files
author
Asgeir Nilsen
committed
Version 2.0.1
Dependency updates.
1 parent f98e861 commit 07dcf5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sourceCompatibility = 1.8
1111

1212
jar {
1313
baseName = 'fint-administrasjon-model-java'
14-
version = '2.0.0'
14+
version = '2.0.1'
1515
}
1616

1717
repositories {
@@ -24,7 +24,7 @@ repositories {
2424

2525
apply from: 'https://raw.githubusercontent.com/FINTlibs/fint-buildscripts/v1.0.14/dependencies.gradle'
2626
dependencies {
27-
compile('no.fint:fint-felles-model-java:2.0.0')
27+
compile('no.fint:fint-felles-model-java:2.0.1')
2828

2929
compileOnly("org.projectlombok:lombok:${lombokVersion}")
3030
}

0 commit comments

Comments
 (0)