Skip to content

Commit

Permalink
Update scala3-library, ... to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 8, 2023
1 parent 50837c3 commit 2310bb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val scala3Version = "3.3.0"
val scala3Version = "3.3.1"
val scala2Version = "2.13.11"

val compilerOptions = Seq(
Expand Down Expand Up @@ -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"
)

Expand Down

0 comments on commit 2310bb9

Please sign in to comment.