Skip to content

Commit

Permalink
Scala 2.12.17
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Sep 15, 2022
1 parent 60da592 commit a70f584
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -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")
Expand Down
10 changes: 7 additions & 3 deletions hand-written.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit a70f584

Please sign in to comment.