mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-13 01:16:46 -04:00
bump kotlin and some dependencies
This commit is contained in:
parent
884e48a699
commit
a29b37f40d
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Minosoft
|
* Minosoft
|
||||||
* Copyright (C) 2020-2022 Moritz Zwerger
|
* Copyright (C) 2020-2023 Moritz Zwerger
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
||||||
*
|
*
|
||||||
@ -25,7 +25,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
|||||||
|
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
kotlin("jvm") version "1.7.21"
|
kotlin("jvm") version "1.8.0"
|
||||||
`jvm-test-suite`
|
`jvm-test-suite`
|
||||||
application
|
application
|
||||||
id("org.ajoberstar.grgit.service") version "5.0.0"
|
id("org.ajoberstar.grgit.service") version "5.0.0"
|
||||||
@ -143,7 +143,7 @@ testing {
|
|||||||
implementation(project())
|
implementation(project())
|
||||||
// implementation("org.jetbrains.kotlin:kotlin-test:1.7.20")
|
// implementation("org.jetbrains.kotlin:kotlin-test:1.7.20")
|
||||||
implementation("de.bixilon:kutil:$kutilVersion")
|
implementation("de.bixilon:kutil:$kutilVersion")
|
||||||
implementation("org.jetbrains.kotlin:kotlin-test:1.7.21")
|
implementation("org.jetbrains.kotlin:kotlin-test:1.8.0")
|
||||||
}
|
}
|
||||||
|
|
||||||
targets {
|
targets {
|
||||||
@ -187,7 +187,7 @@ testing {
|
|||||||
// ToDo: Include dependencies from project
|
// ToDo: Include dependencies from project
|
||||||
implementation("de.bixilon:kutil:$kutilVersion")
|
implementation("de.bixilon:kutil:$kutilVersion")
|
||||||
implementation("de.bixilon:kotlin-glm:0.9.9.1-6")
|
implementation("de.bixilon:kotlin-glm:0.9.9.1-6")
|
||||||
implementation("it.unimi.dsi:fastutil-core:8.5.9")
|
implementation("it.unimi.dsi:fastutil-core:8.5.11")
|
||||||
|
|
||||||
jacksonCore("core")
|
jacksonCore("core")
|
||||||
jacksonCore("databind")
|
jacksonCore("databind")
|
||||||
@ -316,7 +316,7 @@ fun DependencyHandler.lwjgl(name: String? = null) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("org.slf4j", "slf4j-api", "2.0.5")
|
implementation("org.slf4j", "slf4j-api", "2.0.6")
|
||||||
implementation("com.google.guava", "guava", "31.1-jre")
|
implementation("com.google.guava", "guava", "31.1-jre")
|
||||||
implementation("dnsjava", "dnsjava", "3.5.2")
|
implementation("dnsjava", "dnsjava", "3.5.2")
|
||||||
implementation("net.sourceforge.argparse4j", "argparse4j", "0.9.0")
|
implementation("net.sourceforge.argparse4j", "argparse4j", "0.9.0")
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Minosoft
|
# Minosoft
|
||||||
# Copyright (C) 2020-2022 Moritz Zwerger
|
# Copyright (C) 2020-2023 Moritz Zwerger
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
# This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
||||||
#
|
#
|
||||||
@ -15,6 +15,6 @@ kotlin.code.style=official
|
|||||||
javafx.version=19
|
javafx.version=19
|
||||||
lwjgl.version=3.3.2-SNAPSHOT
|
lwjgl.version=3.3.2-SNAPSHOT
|
||||||
ikonli.version=12.3.1
|
ikonli.version=12.3.1
|
||||||
netty.version=4.1.85.Final
|
netty.version=4.1.86.Final
|
||||||
jackson.version=2.14.1
|
jackson.version=2.14.1
|
||||||
kutil.version=1.18.3
|
kutil.version=1.18.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user