From 242f2828b0b8c56a006dea9e30f8db347d5e4f69 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 28 Jun 2022 07:52:48 +0200 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 9521e2502..6aa74468b 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.15" val Scala_2_13 = "2.13.8" -val Scala_3 = "3.1.2" +val Scala_3 = "3.1.3" val catsVersion = "2.8.0" val jsonpathVersion = "2.7.0"