Skip to content

Commit c90586c

Browse files
committed
Release 0.1.4
1 parent ba7c0f7 commit c90586c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ Integrates with any Scala stack, using any of the HTTP server implementations su
1414
Add the dependency to your `build.sbt`:
1515

1616
```scala
17-
libraryDependencies += "com.softwaremill.chimp" %% "core" % "0.1.3"
17+
libraryDependencies += "com.softwaremill.chimp" %% "core" % "0.1.4"
1818
```
1919

2020
### Example: the simplest MCP server
2121

2222
Below is a self-contained, [scala-cli](https://scala-cli.virtuslab.org)-runnable example:
2323

2424
```scala
25-
//> using dep com.softwaremill.chimp::core:0.1.3
25+
//> using dep com.softwaremill.chimp::core:0.1.4
2626

2727
import chimp.*
2828
import sttp.tapir.*

0 commit comments

Comments
 (0)