We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c8634 commit 2fcb20cCopy full SHA for 2fcb20c
build.sbt
@@ -1,10 +1,10 @@
1
-name := "scala-release-note-generator"
+name := "make-release-notes"
2
3
-scalaVersion := "2.11.5"
+scalaVersion := "2.11.6"
4
5
libraryDependencies += "org.pegdown" % "pegdown" % "1.2.0"
6
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.1"
7
-libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "1.0.3"
+libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "1.0.4"
8
9
{
10
require(sys.props("file.encoding") == "UTF-8", "Please rerun with -Dfile.encoding=UTF-8")
project/build.properties
@@ -1 +1 @@
-sbt.version=0.13.7
+sbt.version=0.13.8
0 commit comments