Skip to content

Commit

Permalink
update to scala 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnsmth committed Dec 20, 2016
1 parent ca49171 commit df9f8b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,6 +2,6 @@ language: scala
scala:
- 2.10.6
- 2.11.8
- 2.12.0-M3
- 2.12.1
jdk:
- oraclejdk8
6 changes: 3 additions & 3 deletions project/Build.scala
Expand Up @@ -7,13 +7,13 @@ object Build extends Build {
val TwelveMonkeysVersion = "3.2.1"
val PngjVersion = "2.1.0"
val MetadataExtractorVersion = "2.9.1"
val ScalatestVersion = "3.0.0-M12"
val ScalatestVersion = "3.0.1"

val scrimageSettings = Seq(
organization := "com.sksamuel.scrimage",
name := "scrimage",
scalaVersion := "2.11.8",
crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.0-M3"),
scalaVersion := "2.12.1",
crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.1"),
publishMavenStyle := true,
publishArtifact in Test := false,
parallelExecution in Test := false,
Expand Down

0 comments on commit df9f8b2

Please sign in to comment.