Skip to content

Commit d6dee86

Browse files
authored
Merge branch 'main' into update/zio-prelude-1.0.0-RC28
2 parents 1cdb217 + 57b3993 commit d6dee86

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ lazy val library =
4747
libraryDependencies ++= List(
4848
"com.softwaremill.sttp.client4" %% "zio" % "4.0.0-M16",
4949
"com.softwaremill.sttp.client4" %% "zio-json" % "4.0.0-M16",
50-
"dev.zio" %% "zio-json" % "0.7.1",
50+
"dev.zio" %% "zio-json" % "0.7.2",
5151
"dev.zio" %% "zio-prelude" % "1.0.0-RC28",
5252
"dev.zio" %% "zio-schema" % "1.3.0",
5353
"dev.zio" %% "zio-schema-json" % "1.3.0",
54-
"org.apache.commons" % "commons-lang3" % "3.15.0",
54+
"org.apache.commons" % "commons-lang3" % "3.16.0",
5555
"dev.zio" %% "zio-test" % "2.1.7" % Test,
5656
"dev.zio" %% "zio-test-sbt" % "2.1.7" % Test
5757
),
@@ -82,7 +82,7 @@ lazy val example =
8282
"dev.zio" %% "zio-config-magnolia" % "4.0.2",
8383
"dev.zio" %% "zio-config-typesafe" % "4.0.2",
8484
"dev.zio" %% "zio-http" % "0.0.5",
85-
"dev.zio" %% "zio-json" % "0.7.1",
85+
"dev.zio" %% "zio-json" % "0.7.2",
8686
"dev.zio" %% "zio-schema" % "1.3.0",
8787
"dev.zio" %% "zio-schema-json" % "1.3.0"
8888
)

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
22
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
3-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
3+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.0")
44
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
55
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
66
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")

0 commit comments

Comments
 (0)