From 5728878c3dbc85c2fddc1c1adb39665fa36e6966 Mon Sep 17 00:00:00 2001 From: Osip Fatkullin Date: Tue, 18 Apr 2023 07:41:46 +0300 Subject: [PATCH] build: infrastructure 0.18.1 --- gradle/libs.versions.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d2eabe9..1c4f932 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -infrastructure = "0.18" +infrastructure = "0.18.1" [libraries] infrastructure-kotlin = { module = "com.redmadrobot.build:infrastructure-kotlin", version.ref = "infrastructure" } @@ -15,4 +15,3 @@ jgit = "org.eclipse.jgit:org.eclipse.jgit:6.4.0.202211300538-r" [plugins] versions = "com.github.ben-manes.versions:0.46.0" -