From 94513f3447e1cd3c84e674b1dd45d751a8912b3e Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 18:22:39 +0000 Subject: [PATCH] Update library versions on Readme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 4d663aa..b2144fc 100644 --- a/Readme.md +++ b/Readme.md @@ -33,7 +33,7 @@ The plugin provides a trait to configure the native build and container image, i To start using this plugin you'll want to include the following import in your build file: ```scala -import $ivy.`com.carlosedp::mill-docker-nativeimage::0.6.1` //ReleaseVerMill +import $ivy.`com.carlosedp::mill-docker-nativeimage::0.6.2` //ReleaseVerMill import com.carlosedp.milldockernative.DockerNative ```