Skip to content

Commit 5022269

Browse files
committed
Merge pull request scala#26 from gourlaysama/bump2
bump scala version: 2.11.2
2 parents b61c0f8 + 6bae556 commit 5022269

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: scala
22
script:
33
- sbt ++$TRAVIS_SCALA_VERSION clean update compile test
44
scala:
5-
- 2.11.1
5+
- 2.11.2
66
jdk:
77
- openjdk6
88
- openjdk7

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name := "scala-parser-combinators"
66

77
version := "1.0.3-SNAPSHOT"
88

9-
scalaVersion := "2.11.1"
9+
scalaVersion := "2.11.2"
1010

1111
snapshotScalaBinaryVersion := "2.11"
1212

@@ -24,7 +24,7 @@ libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test"
2424

2525
MimaPlugin.mimaDefaultSettings
2626

27-
MimaKeys.previousArtifact := Some(organization.value % s"${name.value}_2.11" % "1.0.1")
27+
MimaKeys.previousArtifact := Some(organization.value % s"${name.value}_2.11" % "1.0.2")
2828

2929
// run mima during tests
3030
test in Test := {

0 commit comments

Comments
 (0)