Skip to content

Commit

Permalink
resolving
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhristenko committed Nov 13, 2016
2 parents bd2a6c5 + 93163f8 commit 8c0cf95
Show file tree
Hide file tree
Showing 8 changed files with 642 additions and 178 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ project/plugins/project/
.project
.settings/
bin/
*.sc
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ organization := "org.diana-hep"

licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0"))

version := "0.1-pre1"
version := "0.1.0"
isSnapshot := true

scalaVersion := "2.11.8"
Expand All @@ -16,4 +16,4 @@ sparkVersion := "2.0.0"
sparkComponents := Seq("sql")

resolvers += Resolver.mavenLocal
libraryDependencies += "org.diana-hep" % "root4j" % "1.0-pre2"
libraryDependencies += "org.diana-hep" % "root4j" % "0.1.0"
176 changes: 0 additions & 176 deletions src/main/scala/org/dianahep/sparkroot.scala

This file was deleted.

Loading

0 comments on commit 8c0cf95

Please sign in to comment.