File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
name := " make-release-notes"
2
2
3
- scalaVersion := " 2.12.16 "
3
+ scalaVersion := " 2.12.17 "
4
4
5
5
scalacOptions ++= Seq (" -feature" , " -deprecation" , " -Xfatal-warnings" )
6
6
7
7
libraryDependencies += " org.pegdown" % " pegdown" % " 1.6.0"
8
8
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"
10
10
11
11
{
12
12
require(sys.props(" file.encoding" ) == " UTF-8" , " Please rerun with -Dfile.encoding=UTF-8" )
Original file line number Diff line number Diff line change 1
1
[ Scala $version] ( https://github.com/scala/scala/releases/tag/v$version ) is now available!
2
2
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.
6
10
7
11
For all the details, refer to the [ release notes] ( https://github.com/scala/scala/releases/tag/v$version ) on GitHub.
You can’t perform that action at this time.
0 commit comments