Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
He-Pin committed Jan 11, 2025
1 parent 035d5c7 commit f59b6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/minimalApplicationWithLoom/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import mill._
import mill.define.ModuleRef
import scalalib._

object app extends Cross[AppModule](Seq("2.13.15","3.3.4"))
object app extends Cross[AppModule](Seq("3.3.4", "2.13.15","2.12.20"))

object ZincWorkerJava11Latest extends ZincWorkerModule with CoursierModule {
def jvmId = "temurin:23.0.1"
Expand Down

0 comments on commit f59b6c3

Please sign in to comment.