Skip to content

Commit 829903b

Browse files
committed
update version numbers for v1.0.4
1 parent b7b2deb commit 829903b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The XML spec has some features that are best turned off, to avoid unsavory thing
2020
To depend on scala-xml in SBT, add something like this to your build.sbt:
2121

2222
```
23-
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "1.0.3"
23+
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "1.0.4"
2424
```
2525

2626
Maven users, or sbt users looking to support multiple Scala versions, please see the more elaborate example in https://github.com/scala/scala-module-dependency-sample.

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ scalaModuleSettings
44

55
name := "scala-xml"
66

7-
version := "1.0.4-SNAPSHOT"
7+
version := "1.0.5-SNAPSHOT"
88

99
scalaVersion := "2.11.4"
1010

0 commit comments

Comments
 (0)