Skip to content

Commit

Permalink
Update zio, zio-test, zio-test-sbt to 2.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 31, 2024
1 parent 0982aff commit 5fbc586
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions mill-build/build.mill.scala
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package build
package build
import mill._, scalalib._

object `package` extends MillBuildRootModule {
override def scalacOptions = super.scalacOptions() ++ Seq("-feature", "-deprecation", "-unchecked")
override def ivyDeps = super.ivyDeps() ++ Seq(
ivy"dev.zio::zio:2.1.9",
ivy"dev.zio::zio:2.1.14",
ivy"dev.zio::zio-config:4.0.2",
ivy"dev.zio::zio-config-magnolia:4.0.2",
ivy"dev.zio::zio-config-typesafe:4.0.2",
Expand All @@ -30,8 +30,8 @@ object `package` extends MillBuildRootModule {
}
}

val forcedVersions = Seq(
val forcedVersions = Seq(
("com.google.guava", "guava", "32.0.1-jre"),
("org.yaml","snakeyaml","1.33")
("org.yaml", "snakeyaml", "1.33")
)
}
4 changes: 2 additions & 2 deletions mill-build/src/millbuild/deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ object Deps {
}

case object `47Deg` {
val memeid4s = ivy"com.47deg::memeid4s:${Versions.`memeid4s`}"
val memeid4s = ivy"com.47deg::memeid4s:${Versions.`memeid4s`}"
}

case object geirsson {
Expand Down Expand Up @@ -256,7 +256,7 @@ object Versions {
val spire = "0.18.0"
val `tasty-query` = "0.5.6"
val upickle = "4.0.2"
val zio = "2.1.9"
val zio = "2.1.14"
val `zio-cli` = "0.5.0"
val `zio-config` = "4.0.2"
val `zio-interop-cats` = "23.1.0.0"
Expand Down

0 comments on commit 5fbc586

Please sign in to comment.