Skip to content

Commit

Permalink
chore: update caliban 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangmaihuy committed Feb 20, 2024
1 parent e3da80f commit 0219811
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def millVersion = T {

object Versions {
lazy val scala = "2.13.12"
lazy val caliban = "2.5.1"
lazy val caliban = "2.5.2"
}

object `mill-caliban` extends ScalaModule with CiReleaseModule with BuildInfo {
Expand Down
3 changes: 2 additions & 1 deletion itest/src/codegen/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ object codegen extends RootModule with CalibanSourceGenModule {
override def scalaVersion = "3.3.1"

override def ivyDeps = super.ivyDeps() ++ Agg(
ivy"com.github.ghostdogpr::caliban-client:${CalibanBuildInfo.calibanVersion}"
ivy"com.github.ghostdogpr::caliban-client:${CalibanBuildInfo.calibanVersion}",
ivy"com.github.ghostdogpr::caliban:${CalibanBuildInfo.calibanVersion}"
)

override def calibanFileSettings = Seq(
Expand Down

0 comments on commit 0219811

Please sign in to comment.