From b7ef904fec97a769d32c587e14bc15217cbfcb17 Mon Sep 17 00:00:00 2001 From: Taras Iagniuk Date: Fri, 16 Jun 2023 17:32:54 +0200 Subject: [PATCH] Scala 2.13.11 --- src/main/g8/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index eb411f0..116d127 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -1,6 +1,6 @@ import Dependencies._ -ThisBuild / scalaVersion := "2.13.10" +ThisBuild / scalaVersion := "2.13.11" ThisBuild / version := "0.1.0-SNAPSHOT" ThisBuild / organization := "com.example" ThisBuild / organizationName := "example"