Skip to content

Commit

Permalink
update scala and sbt minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarmona committed Nov 15, 2021
1 parent 6b1784f commit 6281ebd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ version := "latest"

lazy val root = (project in file(".")).enablePlugins(PlayScala)

scalaVersion := "2.12.12"
scalaVersion := "2.12.15"
maintainer := "[email protected]"

javacOptions ++= Seq("-encoding", "UTF-8")

scalacOptions in ThisBuild ++= Seq("-language:_", "-Ypartial-unification", "-Xfatal-warnings")
ThisBuild / scalacOptions ++= Seq("-language:_", "-Ypartial-unification", "-Xfatal-warnings")

// include resources into the unversal zipped package
mappings in Universal ++= directory(baseDirectory.value / "resources")
Universal / mappings ++= directory(baseDirectory.value / "resources")

resolvers += Resolver.sonatypeRepo("releases")

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.4.9
sbt.version=1.5.5
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.8")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0")

0 comments on commit 6281ebd

Please sign in to comment.