From a059f2898ebe96e97c88c911f7987b327ce4413c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 18:49:00 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 97af173..274e450 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ lazy val root = (project in file(".")) organization := "com.github.sentenza", name := "cats-h4s", version := "0.0.1-SNAPSHOT", - scalaVersion := "2.13.12", + scalaVersion := "2.13.15", libraryDependencies ++= Seq( // http4s "org.http4s" %% "http4s-ember-server" % Http4sVersion,