From eb658b8392f0710eea356c73f1d9d56c276d0380 Mon Sep 17 00:00:00 2001 From: Herr Ritschwumm Date: Tue, 15 Mar 2016 00:19:38 +0100 Subject: [PATCH] update deps --- build.sbt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index 48f53a7..53a62b5 100644 --- a/build.sbt +++ b/build.sbt @@ -1,8 +1,8 @@ name := "scjson" organization := "de.djini" -version := "0.85.0" +version := "0.86.0" -scalaVersion := "2.11.7" +scalaVersion := "2.11.8" scalacOptions ++= Seq( "-deprecation", "-unchecked", @@ -23,9 +23,9 @@ scalacOptions ++= Seq( conflictManager := ConflictManager.strict resolvers += "Scalaz Bintray Repo" at "http://dl.bintray.com/scalaz/releases" libraryDependencies ++= Seq( - "de.djini" %% "scutil-core" % "0.80.0" % "compile", + "de.djini" %% "scutil-core" % "0.81.0" % "compile", "org.scala-lang" % "scala-reflect" % scalaVersion.value % "compile", - "org.specs2" %% "specs2-core" % "3.7.1" % "test" + "org.specs2" %% "specs2-core" % "3.7.2" % "test" ) dependencyOverrides ++= Set( "org.scala-lang" % "scala-library" % scalaVersion.value,