Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scala-library to 2.12.20 #457

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import _root_.sbtbuildinfo.BuildInfoPlugin.autoImport._
// com.typesafe.play:play-ahc-ws_2.12:2.9.2
// com.typesafe.play:play-server_2.12:2.9.2
//
ThisBuild / scalaVersion := "2.12.19"
ThisBuild / scalaVersion := "2.12.20"


// Show unchecked and deprecated warnings, in this project and its modules.
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ addDependencyTreePlugin
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")

// Picks scala-xml 2.1 over 1.1 β€” otherwise there the below version conflict error
// (when just loading the project) with Scala 2.12.18 or 2.12.19 because they use
// (when just loading the project) with Scala 2.12.18 or 2.12.20 because they use
// scala-xml 2.x but Play and SBT use 1.x.
//
// 2.1 and 1.x are binary compatible, sort of, so this is ok, see e.g.
Expand Down