diff --git a/build.sbt b/build.sbt index 556efe5..884d809 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ name := "sbt-frege" // build sbtPlugin := true enablePlugins(SbtPlugin) -scalaVersion := "2.12.19" +scalaVersion := "2.12.20" scalacOptions ++= Seq( "-deprecation" , "-encoding", "utf8" , "-feature"