Skip to content

Commit

Permalink
Update scala-library to 2.13.16
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 19, 2025
1 parent 6a733b5 commit 9860985
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ organization := "org.webjars"

name := "webjars-play"

val Scala213 = "2.13.15"
val Scala213 = "2.13.16"
val Scala3 = "3.3.4"

scalaVersion := Scala213
Expand Down
2 changes: 1 addition & 1 deletion test-project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "test-project"

version := "1.0"

scalaVersion := "2.13.15"
scalaVersion := "2.13.16"

libraryDependencies ++= Seq(
guice,
Expand Down

0 comments on commit 9860985

Please sign in to comment.