From d740f511bac5a4cac6e788833b0334a72742fc6d Mon Sep 17 00:00:00 2001 From: adamw Date: Wed, 4 Sep 2024 15:45:24 +0200 Subject: [PATCH] Release 0.3.5 --- README.md | 4 ++-- generated-doc/out/basics/start-here.md | 4 ++-- generated-doc/out/io.md | 4 ++-- generated-doc/out/kafka.md | 2 +- generated-doc/out/mdc-logback.md | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2b9df8f7..7087cf89 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,13 @@ the project! To test Ox, use the following dependency, using either [sbt](https://www.scala-sbt.org): ```scala -"com.softwaremill.ox" %% "core" % "0.3.4" +"com.softwaremill.ox" %% "core" % "0.3.5" ``` Or [scala-cli](https://scala-cli.virtuslab.org): ```scala -//> using dep "com.softwaremill.ox::core:0.3.4" +//> using dep "com.softwaremill.ox::core:0.3.5" ``` Documentation is available at [https://ox.softwaremill.com](https://ox.softwaremill.com), ScalaDocs can be browsed at [https://javadoc.io](https://www.javadoc.io/doc/com.softwaremill.ox). diff --git a/generated-doc/out/basics/start-here.md b/generated-doc/out/basics/start-here.md index ba3f4e97..5a5b4fa1 100644 --- a/generated-doc/out/basics/start-here.md +++ b/generated-doc/out/basics/start-here.md @@ -4,10 +4,10 @@ ```scala // sbt dependency -"com.softwaremill.ox" %% "core" % "0.3.4" +"com.softwaremill.ox" %% "core" % "0.3.5" // scala-cli dependency -//> using dep com.softwaremill.ox::core:0.3.4 +//> using dep com.softwaremill.ox::core:0.3.5 ``` ## Scope of the Ox project diff --git a/generated-doc/out/io.md b/generated-doc/out/io.md index a8c71dc5..63969af4 100644 --- a/generated-doc/out/io.md +++ b/generated-doc/out/io.md @@ -68,13 +68,13 @@ To use the plugin, add the following settings to your sbt configuration: ```scala autoCompilerPlugins := true -addCompilerPlugin("com.softwaremill.ox" %% "plugin" % "0.3.4") +addCompilerPlugin("com.softwaremill.ox" %% "plugin" % "0.3.5") ``` For scala-cli: ```scala -//> using plugin com.softwaremill.ox:::plugin:0.3.4 +//> using plugin com.softwaremill.ox:::plugin:0.3.5 ``` With the plugin enabled, the following code won't compile: diff --git a/generated-doc/out/kafka.md b/generated-doc/out/kafka.md index c9fa7392..037b732a 100644 --- a/generated-doc/out/kafka.md +++ b/generated-doc/out/kafka.md @@ -3,7 +3,7 @@ Dependency: ```scala -"com.softwaremill.ox" %% "kafka" % "0.3.4" +"com.softwaremill.ox" %% "kafka" % "0.3.5" ``` `Source`s which read from a Kafka topic, mapping stages and drains which publish to Kafka topics are available through diff --git a/generated-doc/out/mdc-logback.md b/generated-doc/out/mdc-logback.md index 8ac55f1e..084179ce 100644 --- a/generated-doc/out/mdc-logback.md +++ b/generated-doc/out/mdc-logback.md @@ -3,7 +3,7 @@ Dependency: ```scala -"com.softwaremill.ox" %% "mdc-logback" % "0.3.4" +"com.softwaremill.ox" %% "mdc-logback" % "0.3.5" ``` Ox provides support for setting inheritable MDC (mapped diagnostic context) values, when using the [Logback](https://logback.qos.ch)