From 25fb901e9e2984b555484484b037712c1c3dc6ae Mon Sep 17 00:00:00 2001 From: hrj Date: Wed, 30 Nov 2022 09:49:04 +0530 Subject: [PATCH] bump scala to 3.2.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a75999b..89b72d9 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).settings( inThisBuild( List( organization := "com.example", - scalaVersion := "3.2.0", + scalaVersion := "3.2.1", version := "0.2.1-snapshot", semanticdbEnabled := true, semanticdbVersion := scalafixSemanticdb.revision