Skip to content

Commit

Permalink
Update scala-library to 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 26, 2024
1 parent 5077cd5 commit 2f4af28
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Dependencies._

lazy val commonSettings = commonSmlBuildSettings ++ Seq(
organization := "com.softwaremill.xxx",
scalaVersion := "2.13.12"
scalaVersion := "2.13.15"
)

lazy val rootProject = (project in file("."))
Expand All @@ -17,14 +17,14 @@ lazy val core: Project = (project in file("core"))
name := "core",
libraryDependencies ++=
scalaTest ++
cats ++
http4s ++
circe ++
natchez ++
pureconfig ++
metrics ++
logging ++
zio
cats ++
http4s ++
circe ++
natchez ++
pureconfig ++
metrics ++
logging ++
zio
)

addCommandAlias(
Expand Down

0 comments on commit 2f4af28

Please sign in to comment.