update scala version

This commit is contained in:
hrj 2021-12-09 23:13:48 +05:30
parent 6b2d565601
commit abc9f5440f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ lazy val root = (project in file(".")).settings(
inThisBuild(
List(
organization := "com.example",
scalaVersion := "2.13.5",
scalaVersion := "2.13.7",
version := "0.1.0-SNAPSHOT",
semanticdbEnabled := true,
semanticdbVersion := scalafixSemanticdb.revision,