We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3ec82 commit 0690c2dCopy full SHA for 0690c2d
3 files changed
build.mill
@@ -1,4 +1,4 @@
1
-//| mill-version: 1.1.0
+//| mill-version: 1.1.3
2
//| mill-jvm-version: 21
3
//| mill-jvm-opts: ["-Xmx1g", "-Xms256m", "-Xss2m"]
4
//| mvnDeps:
@@ -21,7 +21,7 @@ object Config:
21
22
val laminar = mvn"com.raquo::laminar::17.2.1"
23
val munit = mvn"org.scalameta::munit::1.2.2"
24
- val scalaVersion = "3.7.4"
+ val scalaVersion = "3.8.2"
25
val scalaJSVersion = "1.20.2"
26
val apachePoi = "5.5.1"
27
end Config
0 commit comments