Skip to content

Commit

Permalink
Update Scala to 2.12.16
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Jun 14, 2022
1 parent b2a03a9 commit 6ed7823
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import mill._, scalalib._
import scala.util.Properties

object Scala {
def scala212 = "2.12.15"
def scala212 = "2.12.16"
def scala213 = "2.13.8"
def scala3 = "3.1.2"
val allScala2 = Seq(scala213, scala212)
Expand Down Expand Up @@ -59,12 +59,12 @@ object Deps {
def coursier = "2.1.0-M6-26-gcec901e9a"
def coursierCli = "2.1.0-M5-18-gfebf9838c"
def jsoniterScala = "2.13.26"
def scalaMeta = "4.5.8"
def scalaMeta = "4.5.9"
def scalaNative = "0.4.4"
def scalaPackager = "0.1.26"
def signingCli = "0.1.6"
}
def ammonite = ivy"com.lihaoyi:::ammonite:2.5.4"
def ammonite = ivy"com.lihaoyi:::ammonite:2.5.4-8-30448e49"
def asm = ivy"org.ow2.asm:asm:9.3"
// Force using of 2.13 - is there a better way?
def bloopConfig = ivy"io.github.alexarchambault.bleep:bloop-config_2.13:1.5.0-sc-1"
Expand Down
3 changes: 2 additions & 1 deletion website/docs/reference/scala-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ it is recommended to update scala-cli.
|---------------------|:-----------------:|------------:|-----------:|
| 0.0.9 | 3.0.2 | 2.13.7 | 2.12.7 |
| 0.1.0 - 0.1.3 | 3.1.1 | 2.13.8 | 2.12.15 |
| 0.1.4 - current | 3.1.2 | 2.13.8 | 2.12.15 |
| 0.1.4 - 0.1.7 | 3.1.2 | 2.13.8 | 2.12.15 |
| 0.1.8 - current | 3.1.2 | 2.13.8 | 2.12.16 |

0 comments on commit 6ed7823

Please sign in to comment.