Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update scala-library to 2.13.13
Browse files Browse the repository at this point in the history
scala-steward committed Feb 27, 2024
1 parent 7d6bc8d commit 35933c9
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
@@ -3,7 +3,7 @@ import Dependencies._

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

lazy val rootProject = (project in file("."))
@@ -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(

0 comments on commit 35933c9

Please sign in to comment.