Skip to content

Commit e0b1068

Browse files
committed
merged with main
1 parent ad5b827 commit e0b1068

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

libs/kotlinlib/src/mill/kotlinlib/ksp/KspModule.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
package mill.kotlinlib.ksp
22

33
import mill.*
4-
import mill.define.PathRef
54
import mill.api.Result
6-
import mill.define.Task
7-
import mill.kotlinlib.worker.api.{KotlinWorker, KotlinWorkerTarget}
5+
import mill.define.{PathRef, Task}
6+
import mill.kotlinlib.worker.api.KotlinWorkerTarget
87
import mill.kotlinlib.{Dep, DepSyntax, KotlinModule, KotlinWorkerManager}
98

109
import java.io.File

mill-build/src/millbuild/Deps.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ object Deps {
8585
val bloopConfig = mvn"ch.epfl.scala::bloop-config:1.5.5".withDottyCompat(scalaVersion)
8686

8787
val classgraph = mvn"io.github.classgraph:classgraph:4.8.179"
88-
val coursierVersion = "2.1.25-M11"
88+
val coursierVersion = "2.1.25-M13"
8989
val coursier = mvn"io.get-coursier::coursier:$coursierVersion".withDottyCompat(scalaVersion)
9090
val coursierInterface = mvn"io.get-coursier:interface:1.0.29-M1"
9191
val coursierJvm =

0 commit comments

Comments
 (0)