Skip to content

Commit a70f584

Browse files
committed
Scala 2.12.17
1 parent 60da592 commit a70f584

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name := "make-release-notes"
22

3-
scalaVersion := "2.12.16"
3+
scalaVersion := "2.12.17"
44

55
scalacOptions ++= Seq("-feature", "-deprecation", "-Xfatal-warnings")
66

77
libraryDependencies += "org.pegdown" % "pegdown" % "1.6.0"
88
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.1"
9-
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "1.0.6"
9+
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "2.1.0"
1010

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

hand-written.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
[Scala $version](https://github.com/scala/scala/releases/tag/v$version) is now available!
22

3-
This release improves compatibility with recent JDKs,
4-
aids cross-compiling with Scala 3,
5-
and improves security and error reporting.
3+
This release
4+
fixes a regression,
5+
updates `-release` and `-target`,
6+
updates scala-xml,
7+
aids migration to Scala 2.13,
8+
eases cross-compilation with Scala 3,
9+
and enables improved tooling.
610

711
For all the details, refer to the [release notes](https://github.com/scala/scala/releases/tag/v$version) on GitHub.

0 commit comments

Comments
 (0)