Skip to content

Commit 01ef53c

Browse files
committed
Merge pull request #19 from retronym/topic/2.11
Version bumps
2 parents f274eba + 3d4b33b commit 01ef53c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.0-SNAPSHOT
5+
- 2.11.0
66
jdk:
77
- openjdk6
88
- openjdk7

build.sbt

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ scalaModuleSettings
44

55
name := "scala-parser-combinators"
66

7-
version := "1.0.1-SNAPSHOT"
7+
version := "1.0.2-SNAPSHOT"
88

9-
scalaVersion := "2.11.0-RC1"
9+
scalaVersion := "2.11.0"
1010

11-
snapshotScalaBinaryVersion := "2.11.0-RC1"
11+
snapshotScalaBinaryVersion := "2.11"
1212

1313
// important!! must come here (why?)
1414
scalaModuleOsgiSettings
@@ -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.0-RC1" % "1.0.0")
27+
MimaKeys.previousArtifact := Some(organization.value % s"${name.value}_2.11" % "1.0.1")
2828

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

0 commit comments

Comments
 (0)