Skip to content

Commit 3869673

Browse files
committed
rc3
1 parent 1c012d1 commit 3869673

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
@@ -120,15 +120,15 @@ SBT
120120
resolvers += "mmreleases" at
121121
"https://artifactory.mediamath.com/artifactory/libs-release-global"
122122

123-
libraryDependencies += "com.mediamath" %% "scala-json" % "0.1-RC2"
123+
libraryDependencies += "com.mediamath" %% "scala-json" % "0.1-RC3"
124124

125125
```
126126

127127
and for Scala.js
128128

129129
```scala
130130

131-
libraryDependencies += "com.mediamath" %%% "scala-json" % "0.1-RC2"
131+
libraryDependencies += "com.mediamath" %%% "scala-json" % "0.1-RC3"
132132

133133
```
134134

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version in ThisBuild := "0.1-SNAPSHOT"
1+
version in ThisBuild := "0.1-RC3"
22

33
lazy val json = crossProject.in(file("."))
44
.settings(ScalaJSON.commonSettings: _*)

0 commit comments

Comments
 (0)