Skip to content

Commit d807559

Browse files
authored
Merge pull request #173 from scala-steward/update/scala-library-2.13.14
Update scala-library to 2.13.14
2 parents 7b3f334 + d8ac608 commit d807559

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ organization := "org.webjars"
66

77
name := "webjars-play"
88

9-
val Scala213 = "2.13.13"
9+
val Scala213 = "2.13.14"
1010
val Scala3 = "3.3.3"
1111

1212
scalaVersion := Scala213

test-project/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "test-project"
22

33
version := "1.0"
44

5-
scalaVersion := "2.13.13"
5+
scalaVersion := "2.13.14"
66

77
libraryDependencies ++= Seq(
88
guice,

0 commit comments

Comments
 (0)