Skip to content

Commit

Permalink
Update artifact in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab authored Jul 17, 2024
1 parent 9f09aad commit fd153df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!)

Expand Down

0 comments on commit fd153df

Please sign in to comment.