Skip to content

Commit b376d16

Browse files
committed
tweaks for 2.12.13
1 parent 1f6f545 commit b376d16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "make-release-notes"
22

3-
scalaVersion := "2.12.10"
3+
scalaVersion := "2.12.13"
44

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

src/main/scala/MakeDownloadPage.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ release_version: $version
8080
release_date: "${format("MMMM dd, yyyy")}"
8181
show_resources: "true"
8282
permalink: /download/$version.html
83-
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available <a href='http://www.java.com/'>here</a>."
83+
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available <a href='https://www.java.com/'>here</a>."
8484
resources: [
8585
$resources
8686
]

0 commit comments

Comments
 (0)