Skip to content

Commit

Permalink
Upgrade sbt-native-image to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexITC committed Oct 4, 2020
1 parent ba6b0e1 commit d75e24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.2.0")
addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.2.1")

0 comments on commit d75e24e

Please sign in to comment.