Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Herr Ritschwumm committed Feb 28, 2016
1 parent 5ca734c commit ad9e025
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.84.0"
version := "0.85.0"

scalaVersion := "2.11.7"
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.79.0" % "compile",
"de.djini" %% "scutil-core" % "0.80.0" % "compile",
"org.scala-lang" % "scala-reflect" % scalaVersion.value % "compile",
"org.specs2" %% "specs2-core" % "3.7.1" % "test"
)
Expand Down

0 comments on commit ad9e025

Please sign in to comment.