Skip to content

Commit c8f5c63

Browse files
authored
Merge pull request #194 from scala-steward/update/scala-library-2.13.16
Update scala-library to 2.13.16
2 parents 6a733b5 + 9860985 commit c8f5c63

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.15"
9+
val Scala213 = "2.13.16"
1010
val Scala3 = "3.3.4"
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.15"
5+
scalaVersion := "2.13.16"
66

77
libraryDependencies ++= Seq(
88
guice,

0 commit comments

Comments
 (0)