Skip to content

Commit 04fb076

Browse files
committed
Correct artifact scala version to be the binary version and update flakes
1 parent 61c2490 commit 04fb076

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.mill

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
*/
1616

1717
import mill._
18+
import mill.scalalib.api.ZincWorkerUtil
1819
import mill.scalalib._
1920
import publish._
2021

@@ -32,9 +33,8 @@ trait Duck4sModule extends ScalaModule with CrossScalaModule with PublishModule
3233

3334
def artifactName = "duck4s"
3435

35-
// Use full Scala version in artifact names
3636
override def artifactScalaVersion: T[String] = T {
37-
crossScalaVersion
37+
ZincWorkerUtil.scalaBinaryVersion(crossScalaVersion)
3838
}
3939

4040
def ivyDeps = Agg(

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)