Skip to content

Commit

Permalink
chore: bump scala versions
Browse files Browse the repository at this point in the history
  • Loading branch information
He-Pin committed Dec 21, 2024
1 parent d1003d4 commit 8724f99
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import scalalib._
import scalajslib._
import scalanativelib._
import publish._
import mill.api.Result
import mill.modules.Jvm.createJar

import mill.scalalib.api.ZincWorkerUtil.isScala3
import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version::0.4.0`
Expand All @@ -14,11 +12,11 @@ import $ivy.`com.github.lolgab::mill-mima::0.0.23`
import de.tobiasroeser.mill.vcs.version.VcsVersion
import com.github.lolgab.mill.mima._

val scala3 = "3.3.3"
val scala213 = "2.13.14"
val scala212 = "2.12.19"
val scalaJS1 = "1.16.0"
val scalaNative05 = "0.5.1"
val scala3 = "3.3.4"
val scala213 = "2.13.15"
val scala212 = "2.12.20"
val scalaJS1 = "1.17.0"
val scalaNative05 = "0.5.6"
val crossVersions = Seq(scala3, scala213, scala212)

object fastparse extends Module{
Expand Down

0 comments on commit 8724f99

Please sign in to comment.