Skip to content

Commit

Permalink
Merge pull request #166 from scala-steward/update/scala-library-2.13.13
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.13
  • Loading branch information
mkurz authored Feb 28, 2024
2 parents 37e80bf + 9ffef03 commit d55000d
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.12"
val Scala213 = "2.13.13"
val Scala3 = "3.3.1"

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.12"
scalaVersion := "2.13.13"

libraryDependencies ++= Seq(
guice,
Expand Down

0 comments on commit d55000d

Please sign in to comment.