Skip to content

Commit

Permalink
Release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Aug 20, 2020
1 parent c848c30 commit f12e2da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,18 @@ to the [More AdvancedExamples](https://github.com/outr/reactify#more-advanced-ex
reactify is published to Sonatype OSS and Maven Central currently supporting:
- Scala and Scala.js (2.11, 2.12, and 2.13)
- Scala Native (2.11)
- Scala 3 / Dotty (0.26)

Configuring the dependency in SBT simply requires:

```
libraryDependencies += "com.outr" %% "reactify" % "4.0.0"
libraryDependencies += "com.outr" %% "reactify" % "4.0.1"
```

or, for Scala.js / Scala Native / cross-building:

```
libraryDependencies += "com.outr" %%% "reactify" % "4.0.0"
libraryDependencies += "com.outr" %%% "reactify" % "4.0.1"
```

## Concepts
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}

name in ThisBuild := "reactify"
organization in ThisBuild := "com.outr"
version in ThisBuild := "4.0.1-SNAPSHOT"
version in ThisBuild := "4.0.1"
scalaVersion in ThisBuild := "2.13.3"
crossScalaVersions in ThisBuild := List("2.13.3", "2.12.12", "2.11.12")

Expand Down

0 comments on commit f12e2da

Please sign in to comment.