Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kitlangton committed May 16, 2023
1 parent a71eb3e commit 4d3695a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inThisBuild(

Global / onChangedBuildSource := ReloadOnSourceChanges

val zioVersion = "2.0.10"
val zioVersion = "2.0.13"

val sharedSettings = Seq(
scalacOptions ++= Seq(
Expand Down Expand Up @@ -56,7 +56,7 @@ lazy val zioJson = (project in file("modules/neotype-zio-json"))
name := "neotype-zio-json",
sharedSettings,
libraryDependencies ++= Seq(
"dev.zio" %% "zio-json" % "0.4.2"
"dev.zio" %% "zio-json" % "0.5.0"
)
)
.dependsOn(core)
Expand Down Expand Up @@ -110,9 +110,9 @@ lazy val zioSchema = (project in file("modules/neotype-zio-schema"))
name := "neotype-zio-schema",
sharedSettings,
libraryDependencies ++= Seq(
"dev.zio" %% "zio-schema" % "0.4.10",
"dev.zio" %% "zio-json" % "0.4.2" % "test",
"dev.zio" %% "zio-schema-json" % "0.4.10" % "test"
"dev.zio" %% "zio-schema" % "0.4.11",
"dev.zio" %% "zio-json" % "0.5.0" % "test",
"dev.zio" %% "zio-schema-json" % "0.4.11" % "test"
)
)
.dependsOn(core)
Expand All @@ -122,7 +122,7 @@ lazy val tapir = (project in file("modules/neotype-tapir"))
name := "neotype-tapir",
sharedSettings,
libraryDependencies ++= Seq(
"com.softwaremill.sttp.tapir" %% "tapir-core" % "1.2.10"
"com.softwaremill.sttp.tapir" %% "tapir-core" % "1.3.0"
)
)
.dependsOn(core)
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.8.2
sbt.version = 1.8.3

0 comments on commit 4d3695a

Please sign in to comment.