Skip to content

Commit f8788f2

Browse files
authored
Merge pull request #309 from ashawley/2.13.0-RC2
Use 2.13.0-RC2 release candidate
2 parents 0961c77 + 74be3f5 commit f8788f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jdk:
66

77
scala:
88
- 2.12.8
9-
- 2.13.0-RC1
9+
- 2.13.0-RC2
1010

1111
env:
1212
global:

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-RC1](https://img.shields.io/maven-central/v/org.scala-lang.modules/scala-xml_2.13.0-RC1.svg?label=scala+2.13.0-RC1)](http://mvnrepository.com/artifact/org.scala-lang.modules/scala-xml_2.13.0-RC1)
5+
[![latest release for 2.13.0-RC2](https://img.shields.io/maven-central/v/org.scala-lang.modules/scala-xml_2.13.0-RC2.svg?label=scala+2.13.0-RC2)](http://mvnrepository.com/artifact/org.scala-lang.modules/scala-xml_2.13.0-RC2)
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
@@ -2,7 +2,7 @@ import sbtcrossproject.CrossType
22
import sbtcrossproject.CrossPlugin.autoImport.crossProject
33
import ScalaModulePlugin._
44

5-
crossScalaVersions in ThisBuild := List("2.12.8", "2.13.0-RC1")
5+
crossScalaVersions in ThisBuild := List("2.12.8", "2.13.0-RC2")
66

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

0 commit comments

Comments
 (0)