Skip to content

Commit

Permalink
Update plugins.sbt (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol authored Jul 27, 2024
1 parent 92fb8b4 commit e3e8719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ val BindgenVersion =
sys.env.getOrElse("SN_BINDGEN_VERSION", "0.1.2")

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

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


resolvers ++= Resolver.sonatypeOssRepos("snapshots")
Expand Down

0 comments on commit e3e8719

Please sign in to comment.