From c903f7a9be5f6b2d9121bb630b65039c6955e3b8 Mon Sep 17 00:00:00 2001 From: Chua Chee Seng Date: Fri, 10 Jul 2026 23:58:30 +0800 Subject: [PATCH 1/3] Update latestVersion to 3.3.0 for Scalactic release --- app/controllers/Application.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/Application.scala b/app/controllers/Application.scala index 3c007e0a..35040328 100644 --- a/app/controllers/Application.scala +++ b/app/controllers/Application.scala @@ -60,7 +60,7 @@ class Application @Inject() (cc: ControllerComponents) extends AbstractControlle object Application { - val latestVersion = "3.2.20" + val latestVersion = "3.3.0" val latestSuperSafeVersion = "1.1.12" val supersafeScalaVersion = "2.13.18" val milestoneVersion = "3.1.0-RC3" From 9502e9990777187164f93a394b77807c24325526 Mon Sep 17 00:00:00 2001 From: Chua Chee Seng Date: Fri, 10 Jul 2026 23:59:18 +0800 Subject: [PATCH 2/3] Add link to Scalactic 3.3.0 release notes --- app/views/releaseNotes/releaseNotesIndex.scala.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/releaseNotes/releaseNotesIndex.scala.html b/app/views/releaseNotes/releaseNotesIndex.scala.html index 5abe2f72..841a6fda 100644 --- a/app/views/releaseNotes/releaseNotesIndex.scala.html +++ b/app/views/releaseNotes/releaseNotesIndex.scala.html @@ -20,6 +20,7 @@

Scalactic Release Notes