Skip to content

Commit 6ed7823

Browse files
Update Scala to 2.12.16
1 parent b2a03a9 commit 6ed7823

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

project/deps.sc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import mill._, scalalib._
44
import scala.util.Properties
55

66
object Scala {
7-
def scala212 = "2.12.15"
7+
def scala212 = "2.12.16"
88
def scala213 = "2.13.8"
99
def scala3 = "3.1.2"
1010
val allScala2 = Seq(scala213, scala212)
@@ -59,12 +59,12 @@ object Deps {
5959
def coursier = "2.1.0-M6-26-gcec901e9a"
6060
def coursierCli = "2.1.0-M5-18-gfebf9838c"
6161
def jsoniterScala = "2.13.26"
62-
def scalaMeta = "4.5.8"
62+
def scalaMeta = "4.5.9"
6363
def scalaNative = "0.4.4"
6464
def scalaPackager = "0.1.26"
6565
def signingCli = "0.1.6"
6666
}
67-
def ammonite = ivy"com.lihaoyi:::ammonite:2.5.4"
67+
def ammonite = ivy"com.lihaoyi:::ammonite:2.5.4-8-30448e49"
6868
def asm = ivy"org.ow2.asm:asm:9.3"
6969
// Force using of 2.13 - is there a better way?
7070
def bloopConfig = ivy"io.github.alexarchambault.bleep:bloop-config_2.13:1.5.0-sc-1"

website/docs/reference/scala-versions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ it is recommended to update scala-cli.
1010
|---------------------|:-----------------:|------------:|-----------:|
1111
| 0.0.9 | 3.0.2 | 2.13.7 | 2.12.7 |
1212
| 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 |
1415

0 commit comments

Comments
 (0)