This commit is contained in:
Jottyfan
2023-09-15 16:48:42 +02:00
parent b9981e3dc5
commit 80696b0c0b
12 changed files with 258 additions and 10 deletions

View File

@ -8,7 +8,7 @@ plugins {
}
group = 'de.jottyfan.bico'
version = '0.0.0'
version = '0.0.1'
description = """BibleClassOrganizer"""
@ -41,7 +41,7 @@ war {
}
dependencies {
implementation 'de.jottyfan:bicolib:1'
implementation 'de.jottyfan:bicolib:2'
implementation 'org.springframework.boot:spring-boot-starter-jooq'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'