Skip to content

Commit

Permalink
Merge pull request #128 from indoorvivants/update/bindgen-sbt-plugin-…
Browse files Browse the repository at this point in the history
…0.1.4

Update bindgen-sbt-plugin to 0.1.4
  • Loading branch information
mergify[bot] authored Oct 26, 2024
2 parents e3e8719 + cd52710 commit 89a198a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
val BindgenVersion =
sys.env.getOrElse("SN_BINDGEN_VERSION", "0.1.2")
sys.env.getOrElse("SN_BINDGEN_VERSION", "0.1.4")

val VcpkgVersion =
sys.env.getOrElse("SBT_VCPKG_VERSION", "0.0.21")

val ScalaNativeVersion =
val ScalaNativeVersion =
sys.env.getOrElse("SCALA_NATIVE_VERSION", "0.5.4")


resolvers ++= Resolver.sonatypeOssRepos("snapshots")
resolvers ++= Resolver.sonatypeOssRepos("releases")

Expand Down

0 comments on commit 89a198a

Please sign in to comment.