Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Herr Ritschwumm committed Mar 14, 2016
1 parent ad9e025 commit eb658b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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",
Expand All @@ -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,
Expand Down

0 comments on commit eb658b8

Please sign in to comment.