We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b61c0f8 + 6bae556 commit 5022269Copy full SHA for 5022269
.travis.yml
@@ -2,7 +2,7 @@ language: scala
2
script:
3
- sbt ++$TRAVIS_SCALA_VERSION clean update compile test
4
scala:
5
- - 2.11.1
+ - 2.11.2
6
jdk:
7
- openjdk6
8
- openjdk7
build.sbt
@@ -6,7 +6,7 @@ name := "scala-parser-combinators"
version := "1.0.3-SNAPSHOT"
9
-scalaVersion := "2.11.1"
+scalaVersion := "2.11.2"
10
11
snapshotScalaBinaryVersion := "2.11"
12
@@ -24,7 +24,7 @@ libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test"
24
25
MimaPlugin.mimaDefaultSettings
26
27
-MimaKeys.previousArtifact := Some(organization.value % s"${name.value}_2.11" % "1.0.1")
+MimaKeys.previousArtifact := Some(organization.value % s"${name.value}_2.11" % "1.0.2")
28
29
// run mima during tests
30
test in Test := {
0 commit comments