Skip to content

Commit

Permalink
Merge branch 'main' into update/scala-library-2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ngbinh authored Dec 31, 2024
2 parents 2b6eb98 + e11958c commit 65e4912
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .mill-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.12
0.11.13
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import $ivy.`com.lihaoyi::mill-contrib-buildinfo:`
import $ivy.`de.tototec::de.tobiasroeser.mill.integrationtest::0.7.1`
import $ivy.`io.chris-kipp::mill-ci-release::0.1.10`
import $ivy.`io.chris-kipp::mill-ci-release::0.2.0`

import mill._
import mill.scalalib._
Expand All @@ -20,7 +20,7 @@ def millVersion = T {

object Versions {
lazy val scala = "2.13.15"
lazy val caliban = "2.9.0"
lazy val caliban = "2.9.1"
}

object `mill-caliban` extends ScalaModule with CiReleaseModule with BuildInfo {
Expand Down

0 comments on commit 65e4912

Please sign in to comment.