Skip to content

Commit a402d82

Browse files
Merge pull request #67 from alexarchambault/master
Updates
2 parents d5638aa + 8b141b0 commit a402d82

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- scala: 2.11.12
1515
before_install:
1616
- curl https://raw.githubusercontent.com/scala-native/scala-native/master/scripts/travis_setup.sh | bash -x
17-
- scala: 2.12.6
17+
- scala: 2.12.8
1818
- scala: 2.13.0-M5
1919

2020
# Release stable release on tag push and snapshot on merge to master

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import OsgiKeys._
33

44
val scala210 = "2.10.7"
55
val scala211 = "2.11.12"
6-
val scala212 = "2.12.6"
6+
val scala212 = "2.12.8"
77
val scala213 = "2.13.0-M5"
88

99
inThisBuild(List(
@@ -22,7 +22,7 @@ inThisBuild(List(
2222
))
2323

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

2727
def macroDependencies(version: String) =
2828
Seq(

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.2.3
1+
sbt.version=1.2.8

0 commit comments

Comments
 (0)