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 5959resolvers += " mmreleases" at " https://artifactory.mediamath.com/artifactory/libs-release-global"
6060
6161// scala
62- libraryDependencies += " com.mediamath" %% " scala-json" % " 1.0 "
62+ libraryDependencies += " com.mediamath" %% " scala-json" % " 1.1 "
6363
6464// or scala + scala-js/scala-native
65- libraryDependencies += " com.mediamath" %%% " scala-json" % " 1.0 "
65+ libraryDependencies += " com.mediamath" %%% " scala-json" % " 1.1 "
6666
6767// for @accessor annotation support
6868resolvers += Resolver .sonatypeRepo(" releases" )
Original file line number Diff line number Diff line change 11import sbtcrossproject .CrossPlugin .autoImport .{crossProject , CrossType }
22
3- version in ThisBuild := " 1.1-M1 "
3+ version in ThisBuild := " 1.1"
44
55lazy val json = crossProject(JSPlatform , JVMPlatform , NativePlatform )
66 .crossType(CrossType .Full )
You can’t perform that action at this time.
0 commit comments