From 7daf8f62d2bf318753e8ff34d8602963a9dc1083 Mon Sep 17 00:00:00 2001 From: Jules Ivanic Date: Mon, 6 Feb 2023 10:07:29 +0800 Subject: [PATCH] Update version in README --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e44d509..092d459 100644 --- a/readme.md +++ b/readme.md @@ -30,7 +30,7 @@ First, add the sbt plugin to your build in `project/plugins.sbt`. ```scala // project/plugins.sbt -addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.1") +addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.2") ``` Next, enable the plugin to your native-image application in `build.sbt` and