Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Cross-built for the JVM, Scala.js, and Scala Native. Published to Maven Central
scala-cli:

```scala
//> using dep com.halotukozak::commons::0.1.2
//> using dep com.halotukozak::commons::0.3.0
```

sbt:

```scala
libraryDependencies += "com.halotukozak" %% "commons" % "0.1.2"
libraryDependencies += "com.halotukozak" %% "commons" % "0.3.0"
```

## What's inside
Expand Down