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 59
59
resolvers += " mmreleases" at " https://artifactory.mediamath.com/artifactory/libs-release-global"
60
60
61
61
// scala
62
- libraryDependencies += " com.mediamath" %% " scala-json" % " 1.0 "
62
+ libraryDependencies += " com.mediamath" %% " scala-json" % " 1.1 "
63
63
64
64
// or scala + scala-js/scala-native
65
- libraryDependencies += " com.mediamath" %%% " scala-json" % " 1.0 "
65
+ libraryDependencies += " com.mediamath" %%% " scala-json" % " 1.1 "
66
66
67
67
// for @accessor annotation support
68
68
resolvers += Resolver .sonatypeRepo(" releases" )
Original file line number Diff line number Diff line change 1
1
import sbtcrossproject .CrossPlugin .autoImport .{crossProject , CrossType }
2
2
3
- version in ThisBuild := " 1.1-M1 "
3
+ version in ThisBuild := " 1.1"
4
4
5
5
lazy val json = crossProject(JSPlatform , JVMPlatform , NativePlatform )
6
6
.crossType(CrossType .Full )
You can’t perform that action at this time.
0 commit comments