Skip to content

Commit

Permalink
Updating for 2.10 final
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeldff committed Jan 25, 2013
1 parent 00559d7 commit 494648c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Expand Up @@ -6,13 +6,13 @@ organization := "net.rafaelferreira"

resolvers += "sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"

scalaVersion := "2.10.0-RC1"
scalaVersion := "2.10.0"

libraryDependencies += "org.scala-lang" % "scala-reflect" % "2.10.0-RC1"
libraryDependencies += "org.scala-lang" % "scala-reflect" % "2.10.0"

libraryDependencies += "com.jsuereth" % "scala-arm_2.10.0-RC1" % "1.2" intransitive()
libraryDependencies += "com.jsuereth" %% "scala-arm" % "1.2" intransitive()

libraryDependencies += "org.specs2" %% "specs2" % "1.12.2"
libraryDependencies += "org.specs2" %% "specs2" % "1.13"

libraryDependencies += "org.mockito" % "mockito-all" % "1.9.5-rc1"

Expand Down
6 changes: 3 additions & 3 deletions goose-macros/build.sbt
@@ -1,13 +1,13 @@
name := "goose-macros"

version := "0.1-SNAPSHOT"
version := "0.2-SNAPSHOT"

organization := "net.rafaelferreira"

scalaVersion := "2.10.0-RC1"
scalaVersion := "2.10.0"

resolvers += "sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"

libraryDependencies += "org.scala-lang" % "scala-reflect" % "2.10.0-RC1"
libraryDependencies += "org.scala-lang" % "scala-reflect" % "2.10.0"

sbtVersion := "0.13.0"

0 comments on commit 494648c

Please sign in to comment.