From 08b187f0c7c929738bef6187eb8b38a5596d7be0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 11 Nov 2022 09:20:45 +0100 Subject: [PATCH] Update scala3-library, ... to 3.1.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d5d1a749f..63eb2df63 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ val gitDevUrl = s"git@github.com:$gitHubOwner/$projectName.git" val Scala_2_12 = "2.12.17" val Scala_2_13 = "2.13.10" -val Scala_3 = "3.1.2" +val Scala_3 = "3.1.3" val catsVersion = "2.8.0" val jsonpathVersion = "2.7.0"