Skip to content

Commit

Permalink
Fix build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
whym committed May 9, 2014
1 parent 503015b commit 453df9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sbt
@@ -1,18 +1,19 @@
// -*- mode: scala -*-
import AssemblyKeys._

organization := "org.whym"
organization := "org.wikimedia"

name := "revdiffsearch"

version := "0.2"

scalaVersion := "2.10.2"
scalaVersion := "2.10.4"

scalacOptions ++= Seq("-deprecation",
"-unchecked",
"-optimise",
"-explaintypes",
"-Xmax-classfile-name", "255",
"-g:line")

libraryDependencies ++= Seq(
Expand Down

0 comments on commit 453df9b

Please sign in to comment.