Skip to content

Commit 7e1303f

Browse files
authored
Merge pull request #321 from ashawley/2.13.0
Use Scala 2.13.0
2 parents 19f53ad + 0a8ba0d commit 7e1303f

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-RC3
9+
- 2.13.0
1010
- 0.15.0-RC1
1111

1212
env:

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
@@ -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-RC3")
5+
crossScalaVersions in ThisBuild := List("2.12.8", "2.13.0")
66

77
lazy val configSettings: Seq[Setting[_]] = Seq(
88
unmanagedSourceDirectories ++= {

0 commit comments

Comments
 (0)