From c5effb0fde522e33e1851742aa2bb01179afd3cb Mon Sep 17 00:00:00 2001 From: Joffrey Bion Date: Wed, 5 Jul 2023 20:40:05 +0200 Subject: Refresh versions in libs.versions.toml --- gradle/libs.versions.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9d556fab..419ea808 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,9 @@ ## Generated by $ ./gradlew refreshVersionsCatalog +[plugins] + +spring-boot = { id = "org.springframework.boot", version.ref = "spring-boot" } + [versions] javax-annotation-api = "1.3.2" @@ -14,7 +18,7 @@ spring-boot = "3.1.1" # See https://github.com/JetBrains/kotlin-wrappers kotlin-wrappers = "1.0.0-pre.488" -## ⬆ = "1.0.0-pre.545" +## ⬆ = "1.0.0-pre.585" kotlin-blueprintjs-core = "4.15.0-8" kotlin-blueprintjs-icons = "4.13.0-8" @@ -46,7 +50,3 @@ kotlin-wrappers-styled-next = { module = "org.jetbrains.kotlin-wrappers:kotlin-s kotlin-wrappers-blueprintjs-core = { module = "org.hildan.blueprintjs:kotlin-blueprintjs-core", version.ref = "kotlin-blueprintjs-core" } kotlin-wrappers-blueprintjs-icons = { module = "org.hildan.blueprintjs:kotlin-blueprintjs-icons", version.ref = "kotlin-blueprintjs-icons" } - -[plugins] - -spring-boot = { id = "org.springframework.boot", version.ref = "spring-boot" } -- cgit