Skip to content

Commit

Permalink
Merge pull request #173 from scala-steward/update/scala-library-2.13.14
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.14
  • Loading branch information
mkurz authored May 8, 2024
2 parents 7b3f334 + d8ac608 commit d807559
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.13"
val Scala213 = "2.13.14"
val Scala3 = "3.3.3"

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.13"
scalaVersion := "2.13.14"

libraryDependencies ++= Seq(
guice,
Expand Down

0 comments on commit d807559

Please sign in to comment.