Skip to content

Commit

Permalink
Prepare v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lorandszakacs committed Jan 31, 2024
1 parent b24b259 commit 124d2e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

# unreleased

# 1.1.0

Cross publish to Scala Native!

### Scala versions:
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ Honestly, the library should be pretty stable and will most likely change only t

## getting started

This library is published for Scala `3`, `2.13`, `2.12`, both on the JVM and JS platforms.
This library is published for Scala `3`, `2.13`, `2.12`, on JVM, JS, and Native platforms.

```scala
libraryDependencies ++= "com.lorandszakacs" %% "enclosure" % "1.0.0"
libraryDependencies ++= "com.lorandszakacs" %% "enclosure" % "1.1.0"
```

When you are also cross-compiling on JS and Native platform. [Don't forget an extra percentage sign](https://youforgotapercentagesignoracolon.com/):
```scala
libraryDependencies ++= "com.lorandszakacs" %%% "enclosure" % "1.1.0"
```

## usage
Expand Down

0 comments on commit 124d2e1

Please sign in to comment.