Skip to content

Commit

Permalink
Merge pull request #834 from skyluc/pretag/4.0.0-rc1
Browse files Browse the repository at this point in the history
Update to next version of build-tools
  • Loading branch information
skyluc committed Oct 10, 2014
2 parents 0c72108 + ccc2929 commit 7b622ed
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,14 +215,8 @@
<dependencies>
<dependency>
<groupId>org.scala-ide</groupId>
<artifactId>build-tools_2.10</artifactId>
<version>0.4.0</version>
</dependency>
<!-- We need the 2.10 Scala library, instead of whatever cross-version we happen to build -->
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.10.0</version>
<artifactId>build-tools_2.11</artifactId>
<version>0.5.1</version>
</dependency>
</dependencies>
<build>
Expand Down Expand Up @@ -255,7 +249,7 @@
<!-- extra repository containing the build package -->
<id>typesafe-ide</id>
<name>Typesafe IDE repository</name>
<url>http://private-repo.typesafe.com/typesafe/ide-2.10</url>
<url>http://private-repo.typesafe.com/typesafe/ide-2.11</url>
<snapshots><enabled>true</enabled></snapshots>
</repository>
</repositories>
Expand Down

0 comments on commit 7b622ed

Please sign in to comment.