Skip to content

Commit

Permalink
Merge pull request #62 from guizmaii/patch-1
Browse files Browse the repository at this point in the history
Update version in README
  • Loading branch information
ckipp01 committed Feb 6, 2023
2 parents 561d288 + 7daf8f6 commit 52fe2dc
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 @@ -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
Expand Down

0 comments on commit 52fe2dc

Please sign in to comment.