Skip to content

Commit 49cecf1

Browse files
Update shapeless to 2.3.13 (NomadBlacky#353)
1 parent a1d2c24 commit 49cecf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@ lazy val scala3 = createProject("scala3", Scala3)
137137
lazy val shapeless = createProject("shapeless", Scala2_13)
138138
.settings(
139139
libraryDependencies ++= Seq(
140-
"com.chuusai" %% "shapeless" % "2.3.12"
140+
"com.chuusai" %% "shapeless" % "2.3.13"
141141
)
142142
)

0 commit comments

Comments
 (0)