Skip to content

Commit

Permalink
build: upgrade mill-rust plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
yankun1992 committed Jul 20, 2023
1 parent d822eb4 commit 3d2070e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import mill._, scalalib._, publish._
import mill.define.Sources
import mill.scalalib.JavaModule
import $ivy.`io.github.otavia-projects::mill-rust_mill$MILL_BIN_PLATFORM:0.2.1`
import $ivy.`io.github.otavia-projects::mill-rust_mill$MILL_BIN_PLATFORM:0.2.3`
import io.github.otavia.jni.plugin.RustJniModule

object ProjectInfo {
Expand Down Expand Up @@ -45,7 +45,7 @@ object fastbloomjvm extends RustJniModule with PublishModule {

override def artifactId = "fastbloom"

override def ivyDeps = Agg(ivy"io.github.otavia-projects:jni-loader:0.2.1")
override def ivyDeps = Agg(ivy"io.github.otavia-projects:jni-loader:0.2.3")

object test extends Tests with TestModule.Junit4 {

Expand Down

0 comments on commit 3d2070e

Please sign in to comment.