Skip to content

Commit

Permalink
Prepared 0.7.6 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed May 31, 2014
1 parent f51b9c2 commit 6bbf546
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SBuild 0.7.6 - not released yet:
SBuild 0.7.6 - 2014-05-31:

* Corrected parallel classloading according to Java ClassLoader spec.
* Fixed sbuild.bat script. The SBUILD_HOME environment variable is no longer
Expand Down
4 changes: 2 additions & 2 deletions SBuildConfig.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import de.tototec.sbuild.ant.tasks._

object SBuildConfig {

def sbuildVersion = "0.7.5.9000"
def sbuildVersion = "0.7.6"
def sbuildOsgiVersion = sbuildVersion

private val cmdOptionVersion = "0.3.2"
Expand All @@ -14,7 +14,7 @@ object SBuildConfig {
private def jansiVersion = "1.11"
val jansi = s"mvn:org.fusesource.jansi:jansi:${jansiVersion}"

def scalaVersion = "2.10.3"
def scalaVersion = "2.10.4"
def scalaBinVersion = "2.10"

def scalaLibrary = s"mvn:org.scala-lang:scala-library:${scalaVersion}"
Expand Down

0 comments on commit 6bbf546

Please sign in to comment.