File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version::0.4.0`
9
9
import $ivy.`com.github.lolgab::mill-mima::0.0.23`
10
10
import de.tobiasroeser.mill.vcs.version.VcsVersion
11
11
12
- val scala213 = "2.13.10 "
13
- val scala212 = "2.12.17 "
12
+ val scala213 = "2.13.15 "
13
+ val scala212 = "2.12.20 "
14
14
val scala3 = "3.3.4"
15
- val scalaJS = "1.13 .0"
15
+ val scalaJS = "1.17 .0"
16
16
val communityBuildDottyVersion = sys.props.get("dottyVersion").toList
17
17
18
18
val scalaVersions = List(scala212, scala213, scala3) ++ communityBuildDottyVersion
@@ -43,9 +43,9 @@ trait CaskMainModule extends CaskModule {
43
43
Agg.when(!isScala3)(ivy"org.scala-lang:scala-reflect:$crossScalaVersion")
44
44
}
45
45
46
- def compileIvyDeps = Agg.when(!isScala3)(ivy"com.lihaoyi:::acyclic:0.3.6 ")
46
+ def compileIvyDeps = Agg.when(!isScala3)(ivy"com.lihaoyi:::acyclic:0.3.15 ")
47
47
def scalacOptions = Agg.when(!isScala3)("-P:acyclic:force").toSeq
48
- def scalacPluginIvyDeps = Agg.when(!isScala3)(ivy"com.lihaoyi:::acyclic:0.3.6 ")
48
+ def scalacPluginIvyDeps = Agg.when(!isScala3)(ivy"com.lihaoyi:::acyclic:0.3.15 ")
49
49
50
50
object test extends ScalaTests with TestModule.Utest{
51
51
def ivyDeps = Agg(
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ trait AppModule extends CrossScalaModule with mill.twirllib.TwirlModule{
6
6
7
7
def moduleDeps = Seq(build.cask(crossScalaVersion))
8
8
9
- def twirlScalaVersion = "2.13.10 "
10
- def twirlVersion = "1.5.1 "
9
+ def twirlScalaVersion = "2.13.15 "
10
+ def twirlVersion = "1.6.8 "
11
11
12
12
def generatedSources = T{ Seq(compileTwirl().classes) }
13
13
def ivyDeps = Agg[Dep](
You can’t perform that action at this time.
0 commit comments