Skip to content

Commit

Permalink
sbt 0.13.8, update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Herr Ritschwumm committed Jun 7, 2015
1 parent 4d3c332 commit 4d09c71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "scjson"
organization := "de.djini"
version := "0.72.0"
version := "0.73.0"

scalaVersion := "2.11.6"
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.67.0" % "compile",
"de.djini" %% "scutil-core" % "0.68.0" % "compile",
"org.scala-lang" % "scala-reflect" % scalaVersion.value % "compile",
"org.specs2" %% "specs2" % "2.4.17" % "test"
)
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.7
sbt.version=0.13.8

0 comments on commit 4d09c71

Please sign in to comment.