Skip to content

Commit 92e2eef

Browse files
committed
1.1 release
1 parent c5c04c5 commit 92e2eef

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
@@ -59,10 +59,10 @@ SBT
5959
resolvers += "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
6868
resolvers += Resolver.sonatypeRepo("releases")

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}
22

3-
version in ThisBuild := "1.1-M1"
3+
version in ThisBuild := "1.1"
44

55
lazy val json = crossProject(JSPlatform, JVMPlatform, NativePlatform)
66
.crossType(CrossType.Full)

0 commit comments

Comments
 (0)