Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc, Stock and Two Smoking HTML Tags: Cleanup pass in lift-common scaladocs #1650

Merged
merged 14 commits into from
Jan 5, 2015
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ startYear in ThisBuild := Some(2006)

organizationName in ThisBuild := "WorldWide Conferencing, LLC"

scalaVersion in ThisBuild := "2.11.2"
scalaVersion in ThisBuild := "2.11.3"

crossScalaVersions in ThisBuild := Seq("2.11.2")
crossScalaVersions in ThisBuild := Seq("2.11.3")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cop car

Scala 2.11.3 was DOA. It broke binary compatibility. We need to bump directly to 2.11.4 (which is already out anyway)

Source: https://groups.google.com/forum/#!topic/scala-internals/SSD9BNJaFbU


libraryDependencies in ThisBuild <++= scalaVersion {sv => Seq(specs2, scalacheck, scalatest) }

Expand Down
Loading