Skip to content

Commit 8ef9ea9

Browse files
committed
Version 1.1.1.
1 parent 25d47e6 commit 8ef9ea9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ 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.0"
20+
libraryDependencies += "org.portable-scala" %%% "portable-scala-reflect" % "1.1.1"
2121
```
2222

23-
`portable-scala-reflect` 1.1.0 supports:
23+
`portable-scala-reflect` 1.1.1 supports:
2424

2525
* Scala 2.11.x, 2.12.x and 2.13.x
2626
* Scala/JVM

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ val previousVersion = "1.1.0"
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.1-SNAPSHOT",
10+
version := "1.1.1",
1111
organization := "org.portable-scala",
1212

1313
scalacOptions ++= Seq(

0 commit comments

Comments
 (0)