Skip to content

Commit

Permalink
Target JVM 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
laurilehmijoki committed Jun 9, 2014
1 parent e5c04e8 commit 47375c1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ scalacOptions += "-language:implicitConversions"

scalacOptions += "-language:postfixOps"

scalacOptions += "-target:jvm-1.6"

javacOptions in Compile ++= Seq("-source", "1.6", "-target", "1.6")

libraryDependencies += "org.yaml" % "snakeyaml" % "1.13"

libraryDependencies += "org.jruby" % "jruby" % "1.7.11"
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This project uses [Semantic Versioning](http://semver.org).

## 2.1.5

* Target JVM 1.6 in build.sbt

## 2.1.4

* Fix reason-for-upload message
Expand Down
2 changes: 1 addition & 1 deletion lib/s3_website/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module S3Website
VERSION = '2.1.4'
VERSION = '2.1.5'
end

0 comments on commit 47375c1

Please sign in to comment.