From b3e1950eb1d97a4a5b4e22b6ccd0c4383d6afad4 Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Thu, 15 Sep 2011 20:27:55 -0400 Subject: [PATCH] 1.0 release update --- build.sbt | 4 ++-- notes/1.0.markdown | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index ea3fc60..0921091 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ name := "scala-arm" version := "1.0-SNAPSHOT" -scalaVersion := "2.8.1" +scalaVersion := "2.9.1" autoCompilerPlugins := true @@ -16,7 +16,7 @@ libraryDependencies <<= (scalaVersion, libraryDependencies) { (ver, deps) => scalacOptions += "-P:continuations:enable" -crossScalaVersions := Seq("2.9.1", "2.9.0-1", "2.9.0", "2.8.1", "2.8.0") +crossScalaVersions := Seq("2.9.1", "2.8.1", "2.8.0") libraryDependencies += "junit" % "junit" % "4.5" % "test" diff --git a/notes/1.0.markdown b/notes/1.0.markdown index 58be65a..5f09107 100644 --- a/notes/1.0.markdown +++ b/notes/1.0.markdown @@ -3,3 +3,4 @@ The scala-arm 1.0 release makes a few stabilizing changes to the API: * Removed the CanSafelyTranslate implicit hook for map/flatMap methods. ManagedResource objects are now properly Monadic. * The toTraversable method now takes implicit evidence that the resource is traversable. This can also take a function from the reosurce to a traversable. * The Resource type trait now specifies which exceptions cannot be ignored vs. which ones can safely be captured temporarily to close a resource. +* Had to remove 2.9.0 and 2.9.0-1 versions temporarily due to strange scaladoc bug that was fixed in 2.9.1