Skip to content

Commit 2fcb20c

Browse files
committed
upgrade versions of stuff
no special reason, just staying current also bring project name in line with repo name, not that it matters
1 parent 02c8634 commit 2fcb20c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name := "scala-release-note-generator"
1+
name := "make-release-notes"
22

3-
scalaVersion := "2.11.5"
3+
scalaVersion := "2.11.6"
44

55
libraryDependencies += "org.pegdown" % "pegdown" % "1.2.0"
66
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.1"
7-
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "1.0.3"
7+
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "1.0.4"
88

99
{
1010
require(sys.props("file.encoding") == "UTF-8", "Please rerun with -Dfile.encoding=UTF-8")

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.7
1+
sbt.version=0.13.8

0 commit comments

Comments
 (0)