File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import mill._, scalalib._
4
4
import scala .util .Properties
5
5
6
6
object Scala {
7
- def scala212 = " 2.12.15 "
7
+ def scala212 = " 2.12.16 "
8
8
def scala213 = " 2.13.8"
9
9
def scala3 = " 3.1.2"
10
10
val allScala2 = Seq (scala213, scala212)
@@ -59,12 +59,12 @@ object Deps {
59
59
def coursier = " 2.1.0-M6-26-gcec901e9a"
60
60
def coursierCli = " 2.1.0-M5-18-gfebf9838c"
61
61
def jsoniterScala = " 2.13.26"
62
- def scalaMeta = " 4.5.8 "
62
+ def scalaMeta = " 4.5.9 "
63
63
def scalaNative = " 0.4.4"
64
64
def scalaPackager = " 0.1.26"
65
65
def signingCli = " 0.1.6"
66
66
}
67
- def ammonite = ivy " com.lihaoyi:::ammonite:2.5.4 "
67
+ def ammonite = ivy " com.lihaoyi:::ammonite:2.5.4-8-30448e49 "
68
68
def asm = ivy " org.ow2.asm:asm:9.3 "
69
69
// Force using of 2.13 - is there a better way?
70
70
def bloopConfig = ivy " io.github.alexarchambault.bleep:bloop-config_2.13:1.5.0-sc-1 "
Original file line number Diff line number Diff line change @@ -10,5 +10,6 @@ it is recommended to update scala-cli.
10
10
| ---------------------| :-----------------:| ------------:| -----------:|
11
11
| 0.0.9 | 3.0.2 | 2.13.7 | 2.12.7 |
12
12
| 0.1.0 - 0.1.3 | 3.1.1 | 2.13.8 | 2.12.15 |
13
- | 0.1.4 - current | 3.1.2 | 2.13.8 | 2.12.15 |
13
+ | 0.1.4 - 0.1.7 | 3.1.2 | 2.13.8 | 2.12.15 |
14
+ | 0.1.8 - current | 3.1.2 | 2.13.8 | 2.12.16 |
14
15
You can’t perform that action at this time.
0 commit comments