Skip to content

Commit

Permalink
Merge pull request playframework#592 from scala-steward/update/sbt-1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue authored Aug 4, 2021
2 parents d06fc11 + 2870fe3 commit eceb4ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ lazy val commonSettings = Def.settings(
),
Compile / javacOptions ++= javacSettings,
Test / javacOptions ++= javacSettings,
// Akka brings in 0.9.0, but we want 1.0.0:
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-java8-compat" % "always",
headerLicense := {
Some(
HeaderLicense.Custom(
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
# Copyright (C) Lightbend Inc. <https://www.lightbend.com>
#
sbt.version=1.3.13
sbt.version=1.5.5

0 comments on commit eceb4ae

Please sign in to comment.