Skip to content

Commit 6b2d66d

Browse files
committed
Version 1.1.3.
1 parent b5214cd commit 6b2d66d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

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

1919
```scala
20-
libraryDependencies += "org.portable-scala" %%% "portable-scala-reflect" % "1.1.2"
20+
libraryDependencies += "org.portable-scala" %%% "portable-scala-reflect" % "1.1.3"
2121
```
2222

23-
`portable-scala-reflect` 1.1.2 supports:
23+
`portable-scala-reflect` 1.1.3 supports:
2424

2525
* Scala 2.11.x, 2.12.x and 2.13.x
2626
* Scala/JVM
2727
* Scala.js 0.6.x and 1.x
28-
* Scala Native 0.4.x
28+
* Scala Native 0.4.x and 0.5.x
2929

3030
## Usage
3131

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ val previousVersion = "1.1.2"
77
inThisBuild(Def.settings(
88
crossScalaVersions := Seq("2.12.13", "2.11.12", "2.13.4"),
99
scalaVersion := crossScalaVersions.value.head,
10-
version := "1.1.3-SNAPSHOT",
10+
version := "1.1.3",
1111
organization := "org.portable-scala",
1212

1313
scalacOptions ++= Seq(

0 commit comments

Comments
 (0)