Skip to content

Commit

Permalink
Remove version check that stops it being run on java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Hutchison committed Feb 15, 2017
1 parent 87a24f6 commit 25b7f0b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea*
target/
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ libraryDependencies ++= Seq(
"com.amazonaws" % "aws-java-sdk-s3" % awsSdkVersion
)

javaVersionPrefix in javaVersionCheck := Some("1.7")
1 change: 0 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "0.5.1")

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")

addSbtPlugin("com.typesafe.sbt" % "sbt-javaversioncheck" % "0.1.0")

0 comments on commit 25b7f0b

Please sign in to comment.