Skip to content

Commit

Permalink
Update scala-library to 2.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 28, 2024
1 parent fbb5e32 commit 966f8b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "web-push"

scalaVersion := "2.13.3"
scalaVersion := "2.13.13"

libraryDependencies ++= {
val akkaV = "2.6.10"
Expand Down Expand Up @@ -45,10 +45,10 @@ publishTo in ThisBuild := {
scmInfo := Some(
ScmInfo(
url("https://github.com/TeamWanari/web-push"),
"scm:git:[email protected]:TeamWanari/web-push.git"
)
"scm:git:[email protected]:TeamWanari/web-push.git",
),
)

developers := List(
Developer("Csabi", "Csaba Pálfi", "[email protected]", url("https://www.wanari.com"))
Developer("Csabi", "Csaba Pálfi", "[email protected]", url("https://www.wanari.com")),
)

0 comments on commit 966f8b7

Please sign in to comment.