Skip to content

Commit

Permalink
Update version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed Feb 6, 2023
1 parent 561d288 commit 7daf8f6
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 7daf8f6

Please sign in to comment.