You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,13 @@ preserving developer-friendly stack traces, and without compromising performance
21
21
To use Ox, add the following dependency, using either [sbt](https://www.scala-sbt.org):
22
22
23
23
```scala
24
-
"com.softwaremill.ox"%%"core"%"1.0.1"
24
+
"com.softwaremill.ox"%%"core"%"1.0.2"
25
25
```
26
26
27
27
Or [scala-cli](https://scala-cli.virtuslab.org):
28
28
29
29
```scala
30
-
//>usingdep"com.softwaremill.ox::core:1.0.1"
30
+
//>usingdep"com.softwaremill.ox::core:1.0.2"
31
31
```
32
32
33
33
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).
Copy file name to clipboardExpand all lines: generated-doc/out/info/dependency.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,10 @@ To use ox core in your project, add:
4
4
5
5
```scala
6
6
// sbt dependency
7
-
"com.softwaremill.ox"%%"core"%"1.0.1"
7
+
"com.softwaremill.ox"%%"core"%"1.0.2"
8
8
9
9
// scala-cli dependency
10
-
//>usingdepcom.softwaremill.ox::core:1.0.1
10
+
//>usingdepcom.softwaremill.ox::core:1.0.2
11
11
```
12
12
13
13
Ox core depends only on the Java [jox](https://github.com/softwaremill/jox) project, where channels are implemented. There are no other direct or transitive dependencies.
0 commit comments