From 2310bb995ab54cfa1f342dc6504cd17127ab122a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 8 Sep 2023 20:34:04 +0000 Subject: [PATCH] Update scala3-library, ... to 3.3.1 --- build.sbt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index 40e326fc7..0ad045c01 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val scala3Version = "3.3.0" +val scala3Version = "3.3.1" val scala2Version = "2.13.11" val compilerOptions = Seq( @@ -223,9 +223,9 @@ lazy val `kyo-bench` = .settings( `kyo-settings`, `without-cross-scala`, - libraryDependencies += "org.typelevel" %% "cats-effect" % "3.5.1", - libraryDependencies += "dev.zio" %% "zio" % zioVersion, - libraryDependencies += "dev.zio" %% "zio-concurrent" % zioVersion + libraryDependencies += "org.typelevel" %% "cats-effect" % "3.5.1", + libraryDependencies += "dev.zio" %% "zio" % zioVersion, + libraryDependencies += "dev.zio" %% "zio-concurrent" % zioVersion // libraryDependencies += "com.softwaremill.ox" %% "core" % "0.0.12" )