Skip to content

Commit

Permalink
build: migrate to mill 0.12.5
Browse files Browse the repository at this point in the history
Signed-off-by: unlsycn <[email protected]>
  • Loading branch information
unlsycn committed Jan 18, 2025
1 parent 81896e6 commit 4a56e09
Show file tree
Hide file tree
Showing 21 changed files with 986 additions and 844 deletions.
2 changes: 1 addition & 1 deletion .mill-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.8
0.12.5
16 changes: 16 additions & 0 deletions benchmark/package.mill
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package build.benchmark

import mill._
import mill.scalalib._
import mill.scalalib.scalafmt._
import $ivy.`com.lihaoyi::mill-contrib-jmh:`
import mill.contrib.jmh.JmhModule

import build._

object `package` extends RootModule with ScalaModule with JmhModule with ScalafmtModule {
def scalaVersion = v.scalaVersion
def jmhCoreVersion = v.jmhVersion

override def moduleDeps = Seq(chisel(v.scalaVersion))
}
Loading

0 comments on commit 4a56e09

Please sign in to comment.