Skip to content

Commit 9dbc267

Browse files
committed
Version 0.1.1.
1 parent c9c3459 commit 9dbc267

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ To be portable, only the subset of reflection capabilities that is implementable
1212
Add the following line to your (cross-)project's settings in `build.sbt`:
1313

1414
```scala
15-
libraryDependencies += "org.portable-scala" %%% "portable-scala-reflect" % "0.1.0"
15+
libraryDependencies += "org.portable-scala" %%% "portable-scala-reflect" % "0.1.1"
1616
```
1717

18-
`portable-scala-reflect` 0.1.0 supports:
18+
`portable-scala-reflect` 0.1.1 supports:
1919

20-
* Scala 2.10.x, 2.11.x, 2.12.x and 2.13.0-M4
20+
* Scala 2.10.x, 2.11.x, 2.12.x and 2.13.x
2121
* Scala/JVM
22-
* Scala.js 0.6.x and 1.0.0-M5
22+
* Scala.js 0.6.x, 1.0.0-M8 and 1.0.0-RC1 (with further 1.x RCs and final expected)
2323

2424
## Usage
2525

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ val previousVersion = "0.1.0"
66
inThisBuild(Def.settings(
77
crossScalaVersions := Seq("2.12.10", "2.10.7", "2.11.12", "2.13.1"),
88
scalaVersion := crossScalaVersions.value.head,
9-
version := "0.1.1-SNAPSHOT",
9+
version := "0.1.1",
1010
organization := "org.portable-scala",
1111

1212
scalacOptions ++= Seq(

0 commit comments

Comments
 (0)