From fd153dfd76120bb3e2b950a5f1fc9534c56f4959 Mon Sep 17 00:00:00 2001 From: Lorenzo Gabriele Date: Wed, 17 Jul 2024 18:22:30 +0200 Subject: [PATCH] Update artifact in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58f8df6..de6d2ab 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Once you have setup your Scala Native project and enviroment, you have to compil Then you have to add the following to your build.sbt: ```scala -libraryDependencies += "it.lolgab" %%% "scalaui" % "0.0.1" +libraryDependencies += "com.github.lolgab" %%% "scalaui" % "0.0.1" ``` (there is no release yet, you have to publishLocal the library to let it work!)