From c1e5f2e9aed8395262ca57cc13a60d4e97a9072a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 10:38:36 +0000 Subject: [PATCH] Update dependency scala to v2.13.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7720c42..efd3a6a 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ name := "crawler-jsoup-sample" version := "0.1" -scalaVersion := "2.12.8" +scalaVersion := "2.13.10" //libraryDependencies += "org.jsoup" % "jsoup" % "1.8.1" libraryDependencies += "org.jsoup" % "jsoup" % "1.11.3"