Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xeno-by committed Jun 8, 2013
0 parents commit 6716462
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Empty file added README.md
Empty file.
5 changes: 5 additions & 0 deletions Test.scala
Original file line number Diff line number Diff line change
@@ -0,0 1,5 @@
object Test extends App {
import scala.pickling._
import json._
println(List(42).pickle)
}
7 changes: 7 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -0,0 1,7 @@
name := "sbt-pickling-example"

scalaVersion := "2.10.2"

libraryDependencies = "org.scala-lang" %% "scala-pickling" % "0.8.0-SNAPSHOT"

resolvers = Resolver.sonatypeRepo("snapshots")

0 comments on commit 6716462

Please sign in to comment.