Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- scala: 2.11.12
before_install:
- curl https://raw.githubusercontent.com/scala-native/scala-native/master/scripts/travis_setup.sh | bash -x
- scala: 2.12.6
- scala: 2.12.8
- scala: 2.13.0-M5

# Release stable release on tag push and snapshot on merge to master
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import OsgiKeys._

val scala210 = "2.10.7"
val scala211 = "2.11.12"
val scala212 = "2.12.6"
val scala212 = "2.12.8"
val scala213 = "2.13.0-M5"

inThisBuild(List(
Expand All @@ -22,7 +22,7 @@ inThisBuild(List(
))

skip in publish := true
crossScalaVersions := List() // required for `++2.12.6 test` to ignore native project
crossScalaVersions := List() // required for `++2.12.8 test` to ignore native project

def macroDependencies(version: String) =
Seq(
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.2.3
sbt.version=1.2.8