Skip to content

Commit f12e2da

Browse files
committed
Release 4.0.1
1 parent c848c30 commit f12e2da

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,18 @@ to the [More AdvancedExamples](https://github.com/outr/reactify#more-advanced-ex
2929
reactify is published to Sonatype OSS and Maven Central currently supporting:
3030
- Scala and Scala.js (2.11, 2.12, and 2.13)
3131
- Scala Native (2.11)
32+
- Scala 3 / Dotty (0.26)
3233

3334
Configuring the dependency in SBT simply requires:
3435

3536
```
36-
libraryDependencies += "com.outr" %% "reactify" % "4.0.0"
37+
libraryDependencies += "com.outr" %% "reactify" % "4.0.1"
3738
```
3839

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

4142
```
42-
libraryDependencies += "com.outr" %%% "reactify" % "4.0.0"
43+
libraryDependencies += "com.outr" %%% "reactify" % "4.0.1"
4344
```
4445

4546
## Concepts

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}
22

33
name in ThisBuild := "reactify"
44
organization in ThisBuild := "com.outr"
5-
version in ThisBuild := "4.0.1-SNAPSHOT"
5+
version in ThisBuild := "4.0.1"
66
scalaVersion in ThisBuild := "2.13.3"
77
crossScalaVersions in ThisBuild := List("2.13.3", "2.12.12", "2.11.12")
88

0 commit comments

Comments
 (0)