Skip to content

Commit 1040bd7

Browse files
committed
Version 1.0.0.
1 parent 00f0ebd commit 1040bd7

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
@@ -16,10 +16,10 @@ To be portable, only the subset of reflection capabilities that is implementable
1616
Add the following line to your (cross-)project's settings in `build.sbt`:
1717

1818
```scala
19-
libraryDependencies += "org.portable-scala" %%% "portable-scala-reflect" % "0.1.1"
19+
libraryDependencies += "org.portable-scala" %%% "portable-scala-reflect" % "1.0.0"
2020
```
2121

22-
`portable-scala-reflect` 0.1.1 supports:
22+
`portable-scala-reflect` 1.0.0 supports:
2323

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

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ val previousVersion = "0.1.1"
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.2-SNAPSHOT",
9+
version := "1.0.0",
1010
organization := "org.portable-scala",
1111

1212
scalacOptions ++= Seq(

0 commit comments

Comments
 (0)