Skip to content

Commit 0359b53

Browse files
authored
Merge pull request #320 from ashawley/1.x-2.13.0
Use Scala 2.13.0
2 parents 04d4b06 + 4abaf7c commit 0359b53

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jdk:
1616
scala:
1717
- 2.11.12
1818
- 2.12.8
19-
- 2.13.0-RC3
19+
- 2.13.0
2020

2121
env:
2222
global:
@@ -46,7 +46,7 @@ matrix:
4646
jdk: openjdk11
4747
- scala: 2.12.8
4848
jdk: openjdk6
49-
- scala: 2.13.0-RC3
49+
- scala: 2.13.0
5050
jdk: openjdk6
5151

5252
before_script:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ scala-xml
22
[![Travis](https://img.shields.io/travis/scala/scala-xml.svg)](https://travis-ci.org/scala/scala-xml)
33
[![latest release for 2.11](https://img.shields.io/maven-central/v/org.scala-lang.modules/scala-xml_2.11.svg?label=scala+2.11)](http://mvnrepository.com/artifact/org.scala-lang.modules/scala-xml_2.11)
44
[![latest release for 2.12](https://img.shields.io/maven-central/v/org.scala-lang.modules/scala-xml_2.12.svg?label=scala+2.12)](http://mvnrepository.com/artifact/org.scala-lang.modules/scala-xml_2.12)
5-
[![latest release for 2.13.0-RC3](https://img.shields.io/maven-central/v/org.scala-lang.modules/scala-xml_2.13.0-RC3.svg?label=scala+2.13.0-RC3)](http://mvnrepository.com/artifact/org.scala-lang.modules/scala-xml_2.13.0-RC3)
5+
[![latest release for 2.13.0](https://img.shields.io/maven-central/v/org.scala-lang.modules/scala-xml_2.13.0.svg?label=scala+2.13.0)](http://mvnrepository.com/artifact/org.scala-lang.modules/scala-xml_2.13.0)
66
[![Gitter](https://badges.gitter.im/Join+Chat.svg)](https://gitter.im/scala/scala-xml)
77
=========
88

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sbtcrossproject.{crossProject, CrossType}
22
import ScalaModulePlugin._
33

4-
crossScalaVersions in ThisBuild := List("2.12.8", "2.11.12", "2.13.0-RC3")
4+
crossScalaVersions in ThisBuild := List("2.12.8", "2.11.12", "2.13.0")
55

66
lazy val xml = crossProject(JSPlatform, JVMPlatform)
77
.withoutSuffixFor(JVMPlatform)

0 commit comments

Comments
 (0)