Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fomkin committed Oct 15, 2015
1 parent 304950c commit 3e0b8ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ Configure SBT file
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.0-M5" cross CrossVersion.full)

// For Scala.js
libraryDependencies += "com.github.fomkin" %%% "pushka-json" % "0.2.0"
libraryDependencies += "com.github.fomkin" %%% "pushka-json" % "0.3.0"

// For Scala.jvm
libraryDependencies += "com.github.fomkin" %% "pushka-json" % "0.2.0"
libraryDependencies += "com.github.fomkin" %% "pushka-json" % "0.3.0"
```

Define case classes
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ val publishSettings = Seq(
val commonSettings = publishSettings ++ Seq(
scalaVersion := "2.11.7",
organization := "com.github.fomkin",
version := "0.3.0-SNAPSHOT",
version := "0.3.0",
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.0-M7" % "test",
scalacOptions ++= Seq(
"-deprecation",
Expand Down

0 comments on commit 3e0b8ff

Please sign in to comment.