From a4ae94e2c1cf3976cb083fddcae09ac47108d1cf Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 12 Feb 2020 08:58:22 +0100 Subject: [PATCH] Update ST4 to 4.3 (#407) * Update ST4 to 4.3 * Update ST4 to 4.3 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ac0c7005..a0695ea7 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -24,7 +24,7 @@ object Version { val prettify = "4-Mar-2013-1" val sbtWeb = "1.4.4" val scalatest = "3.1.0" - val st4 = "4.2" + val st4 = "4.3" val jsoup = "1.12.2" }