Skip to content

Commit

Permalink
Updates to Scala 2.10.3, bumps version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc Bourlier committed Oct 15, 2013
1 parent 8673e48 commit 60849ef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions build.sbt
@@ -1,14 +1,14 @@
name := "build-tools"

version := "0.3.9-SNAPSHOT"
version := "0.4.0-SNAPSHOT"

organization := "org.scala-ide"

scalaVersion := "2.9.2"
scalaVersion := "2.10.3"

publishMavenStyle := true

publishTo := Some("Typesafe IDE" at "https://typesafe.artifactoryonline.com/typesafe/ide-2.9")
publishTo := Some("Typesafe IDE" at "https://private-repo.typesafe.com/typesafe/ide-2.10")
//publishTo := Some(Resolver.file("file", new File(Path.userHome.absolutePath+"/.m2/repository")))

credentials += Credentials(Path.userHome / ".credentials")
Expand All @@ -19,4 +19,5 @@ libraryDependencies ++= Seq(
"com.typesafe" % "config" % "0.5.2",
"junit" % "junit" % "4.8.1" % "test",
"org.slf4j" % "slf4j-simple" % "1.6.4",
"com.novocode" % "junit-interface" % "0.10-M1" % "test")
"com.novocode" % "junit-interface" % "0.10-M1" % "test",
"commons-io" % "commons-io" % "2.4")
1 change: 1 addition & 0 deletions project/build.properties
@@ -0,0 +1 @@
sbt.version=0.13.0
2 changes: 1 addition & 1 deletion project/plugins.sbt
@@ -1 +1 @@
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.0")
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.3.0")

0 comments on commit 60849ef

Please sign in to comment.