We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 274eed0 commit c0fa2a0Copy full SHA for c0fa2a0
frameworks/Scala/kyo-scheduler/build.sbt
@@ -2,7 +2,7 @@ name := "kyo-scheduler-benchmark"
2
3
ThisBuild / version := "1.0.0"
4
5
-val kyoVersion = "0.17.0"
+val kyoVersion = "0.18.0"
6
7
val commonAssemblySettings = assembly / assemblyMergeStrategy := {
8
case x if x.contains("io.netty.versions.properties") => MergeStrategy.discard
frameworks/Scala/kyo-tapir/build.sbt
@@ -4,7 +4,7 @@ scalaVersion := "3.6.3"
lazy val root = (project in file("."))
.settings(
libraryDependencies ++= Seq(
- "io.getkyo" %% "kyo-tapir" % "0.16.2",
+ "io.getkyo" %% "kyo-tapir" % "0.18.0",
"com.softwaremill.sttp.tapir" %% "tapir-json-zio" % "1.11.15",
9
"dev.zio" %% "zio-json" % "0.7.32"
10
),
0 commit comments