Skip to content

Commit fcb63c5

Browse files
committed
Merge pull request #28 from retronym/topic/0.3.0-SNAPSHOT
Bump to 0.3.0-SNAPSHOT
2 parents 775474b + 2a36b51 commit fcb63c5

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ script:
1212
- admin/build.sh
1313
scala:
1414
- 2.10.4
15-
- 2.11.4
15+
- 2.11.5
1616
jdk:
1717
- oraclejdk8
1818
notifications:

build.sbt

+3-5
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@ import com.typesafe.tools.mima.plugin.{MimaPlugin, MimaKeys}
22

33
scalaModuleSettings
44

5-
scalaVersion := "2.11.4"
5+
scalaVersion := "2.11.5"
66

7-
snapshotScalaBinaryVersion := "2.11.4"
8-
9-
// TODO this project can be cross build against 2.11 and 2.10, express that here.
7+
snapshotScalaBinaryVersion := "2.11.5"
108

119
organization := "org.scala-lang.modules"
1210

1311
name := "scala-java8-compat"
1412

15-
version := "0.2.0-SNAPSHOT"
13+
version := "0.3.0-SNAPSHOT"
1614

1715
// important!! must come here (why?)
1816
scalaModuleOsgiSettings

0 commit comments

Comments
 (0)