Skip to content

Commit

Permalink
Bump Scala version to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phaller committed Feb 5, 2013
1 parent 0448062 commit 8a80f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
scalaVersion := "2.10.0-RC5"
scalaVersion := "2.10.0"

organization := "org.typesafe.async"

name := "scala-async"

version := "1.0.0-M1"
version := "1.0.0-SNAPSHOT"

libraryDependencies <++= (scalaVersion) {
sv => Seq(
Expand Down

0 comments on commit 8a80f44

Please sign in to comment.