File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ object BuildSettings {
2727 description := " Functional programming toolkit for building server applications in Scala." ,
2828 licenses := Seq (" MIT" -> url(" https://raw.githubusercontent.com/avast/scala-server-toolkit/master/LICENSE" )),
2929 developers
:= List (
Developer (
" jakubjanecek" ,
" Jakub Janecek" ,
" [email protected] " , url(
" https://www.avast.com" ))),
30- scalaVersion := " 2.13.6 " ,
30+ scalaVersion := " 2.13.7 " ,
3131 crossScalaVersions := List (scalaVersion.value, " 2.12.15" ),
3232 fork := true ,
3333 libraryDependencies ++= Seq (
@@ -38,7 +38,7 @@ object BuildSettings {
3838 Dependencies .scalaTest % Test
3939 ),
4040 semanticdbEnabled := true ,
41- semanticdbVersion := scalafixSemanticdb.revision,
41+ semanticdbVersion := " 4.4.30 " , // scalafixSemanticdb.revision,
4242 ThisBuild / scalafixDependencies ++= Seq (
4343 Dependencies .scalafixScaluzzi,
4444 Dependencies .scalafixOrganizeImports
You can’t perform that action at this time.
0 commit comments