Skip to content

Commit

Permalink
updated libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Herr Ritschwumm committed Jan 5, 2015
1 parent ccee014 commit 893b6d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
@@ -1,6 +1,6 @@
name := "scjson"
organization := "de.djini"
version := "0.65.0"
version := "0.66.0"

scalaVersion := "2.11.4"
scalacOptions ++= Seq(
Expand All @@ -23,7 +23,7 @@ scalacOptions ++= Seq(
conflictManager := ConflictManager.strict
resolvers += "Scalaz Bintray Repo" at "http://dl.bintray.com/scalaz/releases"
libraryDependencies ++= Seq(
"de.djini" %% "scutil-core" % "0.60.0" % "compile",
"de.djini" %% "scutil-core" % "0.61.0" % "compile",
"org.scala-lang" % "scala-reflect" % scalaVersion.value % "compile",
"org.specs2" %% "specs2" % "2.4.14" % "test"
)
Expand Down

0 comments on commit 893b6d7

Please sign in to comment.