File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -120,15 +120,15 @@ SBT
120
120
resolvers += " mmreleases" at
121
121
" https://artifactory.mediamath.com/artifactory/libs-release-global"
122
122
123
- libraryDependencies += " com.mediamath" %% " scala-json" % " 0.1-RC2 "
123
+ libraryDependencies += " com.mediamath" %% " scala-json" % " 0.1-RC3 "
124
124
125
125
```
126
126
127
127
and for Scala.js
128
128
129
129
``` scala
130
130
131
- libraryDependencies += " com.mediamath" %%% " scala-json" % " 0.1-RC2 "
131
+ libraryDependencies += " com.mediamath" %%% " scala-json" % " 0.1-RC3 "
132
132
133
133
```
134
134
Original file line number Diff line number Diff line change 1
- version in ThisBuild := " 0.1-SNAPSHOT "
1
+ version in ThisBuild := " 0.1-RC3 "
2
2
3
3
lazy val json = crossProject.in(file(" ." ))
4
4
.settings(ScalaJSON .commonSettings: _* )
You can’t perform that action at this time.
0 commit comments