Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5022269

Browse files
Merge pull request #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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /