Skip to content

Commit fa6fce5

Browse files
committed
Version 1.1.2.
1 parent d6a4cc0 commit fa6fce5

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.1"
20+
libraryDependencies += "org.portable-scala" %%% "portable-scala-reflect" % "1.1.2"
2121
```
2222

23-
`portable-scala-reflect` 1.1.1 supports:
23+
`portable-scala-reflect` 1.1.2 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.1"
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.2-SNAPSHOT",
10+
version := "1.1.2",
1111
organization := "org.portable-scala",
1212

1313
scalacOptions ++= Seq(

0 commit comments

Comments
 (0)