Skip to content

Commit 7ab2b7d

Browse files
committed
Update dependencies
1 parent faebab1 commit 7ab2b7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ crossScalaVersions := Seq(scalaVersion.value, "2.11.12")
99

1010
// dependencies common for all sub-projects
1111
libraryDependencies ++= Seq(
12-
"org.scala-lang.modules" %% "scala-xml" % "1.1.0"
12+
"org.scala-lang.modules" %% "scala-xml" % "1.1.1"
1313
)
1414

1515
lazy val xmlCompare = Project("xml-compare", file("xml-compare"))

xml-specs2/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name := "xml-specs2"
22

33
libraryDependencies ++= Seq(
4-
"org.specs2" %% "specs2-core" % "4.2.0" % "provided"
4+
"org.specs2" %% "specs2-core" % "4.3.5" % Provided
55
)

0 commit comments

Comments
 (0)