We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c566f commit faebab1Copy full SHA for faebab1
.travis.yml
@@ -3,7 +3,7 @@ sudo: false
3
4
scala:
5
- 2.11.11
6
- - 2.12.3
+ - 2.12.7
7
jdk:
8
- oraclejdk8
9
build.sbt
@@ -4,7 +4,7 @@ import com.typesafe.sbt.SbtGit.GitKeys._
organization := "software.purpledragon.xml"
version := "0.0.3-SNAPSHOT"
-scalaVersion := "2.12.6"
+scalaVersion := "2.12.7"
crossScalaVersions := Seq(scalaVersion.value, "2.11.12")
10
// dependencies common for all sub-projects
0 commit comments