From 46a014f05d2c42e28ed53fb47d8bb84ecd179b75 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Feb 2024 05:10:55 +0000 Subject: [PATCH] Update scala-library to 2.13.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 97af173..06f0628 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.13", libraryDependencies ++= Seq( // http4s "org.http4s" %% "http4s-ember-server" % Http4sVersion,