Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jurisk committed Nov 22, 2023
1 parent 5025b92 commit 6093b35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scala3/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ lazy val root = project
"-Ykind-projector",
"-source", "3.3"
),
scalaVersion := "3.3.0",
scalaVersion := "3.3.1",
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-effect" % "3.5.1",
"org.typelevel" %% "cats-effect" % "3.5.2",
"org.scalameta" %% "munit" % "0.7.29" % Test,
),
)
2 changes: 1 addition & 1 deletion scala3/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.8.2
sbt.version = 1.9.7

0 comments on commit 6093b35

Please sign in to comment.