Skip to content

Commit 2cf915c

Browse files
committed
Version 0.1.0.
1 parent a60e788 commit 2cf915c

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
@@ -12,10 +12,10 @@ 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-SNAPSHOT"
15+
libraryDependencies += "org.portable-scala" %%% "portable-scala-reflect" % "0.1.0"
1616
```
1717

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

2020
* Scala 2.10.x, 2.11.x, 2.12.x and 2.13.0-M4
2121
* Scala/JVM

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import sbtcrossproject.{crossProject, CrossType}
44
inThisBuild(Def.settings(
55
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.6"),
66
scalaVersion := crossScalaVersions.value.last,
7-
version := "0.1.0-SNAPSHOT",
7+
version := "0.1.0",
88
organization := "org.portable-scala",
99

1010
scalacOptions ++= Seq(

0 commit comments

Comments
 (0)