Skip to content

Commit

Permalink
Update bindgen-sbt-plugin to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Indoor Vivants Steward[bot] authored and Indoor Vivants Steward[bot] committed Oct 26, 2024
1 parent e3e8719 commit cd52710
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 cd52710

Please sign in to comment.