Skip to content

Commit 0690c2d

Browse files
committed
update macro to read CsvOpts
1 parent 3e3ec82 commit 0690c2d

3 files changed

Lines changed: 218 additions & 303 deletions

File tree

build.mill

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//| mill-version: 1.1.0
1+
//| mill-version: 1.1.3
22
//| mill-jvm-version: 21
33
//| mill-jvm-opts: ["-Xmx1g", "-Xms256m", "-Xss2m"]
44
//| mvnDeps:
@@ -21,7 +21,7 @@ object Config:
2121

2222
val laminar = mvn"com.raquo::laminar::17.2.1"
2323
val munit = mvn"org.scalameta::munit::1.2.2"
24-
val scalaVersion = "3.7.4"
24+
val scalaVersion = "3.8.2"
2525
val scalaJSVersion = "1.20.2"
2626
val apachePoi = "5.5.1"
2727
end Config

0 commit comments

Comments
 (0)