From a70f5846001ed09c59bc49699c2e5959facc1352 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 14 Sep 2022 17:32:06 -0700 Subject: [PATCH] Scala 2.12.17 --- build.sbt | 4 ++-- hand-written.md | 10 +++++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index 9fc48ea..3074105 100644 --- a/build.sbt +++ b/build.sbt @@ -1,12 +1,12 @@ name := "make-release-notes" -scalaVersion := "2.12.16" +scalaVersion := "2.12.17" scalacOptions ++= Seq("-feature", "-deprecation", "-Xfatal-warnings") libraryDependencies += "org.pegdown" % "pegdown" % "1.6.0" libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.1" -libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "1.0.6" +libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "2.1.0" { require(sys.props("file.encoding") == "UTF-8", "Please rerun with -Dfile.encoding=UTF-8") diff --git a/hand-written.md b/hand-written.md index cfdff64..aad27d3 100644 --- a/hand-written.md +++ b/hand-written.md @@ -1,7 +1,11 @@ [Scala $version](https://github.com/scala/scala/releases/tag/v$version) is now available! -This release improves compatibility with recent JDKs, -aids cross-compiling with Scala 3, -and improves security and error reporting. +This release +fixes a regression, +updates `-release` and `-target`, +updates scala-xml, +aids migration to Scala 2.13, +eases cross-compilation with Scala 3, +and enables improved tooling. For all the details, refer to the [release notes](https://github.com/scala/scala/releases/tag/v$version) on GitHub.