File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- version = "3.6.1 "
1+ version = "3.7.0 "
22runner.dialect = scala213
33maxColumn = 120
44fileOverride {
Original file line number Diff line number Diff line change 11import mill .define .Target
22import mill .util .Jvm
33import $ivy .`com.lihaoyi::mill-contrib-bloop:$MILL_VERSION`
4- import $ivy .`io.github.davidgregory084::mill-tpolecat::0.3.1 `
5- import $ivy .`io.chris-kipp::mill-ci-release::0.1.5 `
4+ import $ivy .`io.github.davidgregory084::mill-tpolecat::0.3.2 `
5+ import $ivy .`io.chris-kipp::mill-ci-release::0.1.4 `
66
77import os .Path
88import mill ._
@@ -16,7 +16,7 @@ import io.kipp.mill.ci.release.CiReleaseModule
1616
1717object versions {
1818 val scala212Version = " 2.12.16"
19- val scala213Version = " 2.13.8 "
19+ val scala213Version = " 2.13.10 "
2020 val scala3Version = " 3.1.2"
2121 val scalaJSVersion = " 1.10.1"
2222 val scalaNativeVersion = " 0.4.8"
You can’t perform that action at this time.
0 commit comments