Skip to content

Commit

Permalink
Merge branch 'series/0.5' into update/series/0.5/munit-1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hamnis authored Jan 30, 2025
2 parents 51c1d6c + f7399fa commit 6630763
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.8.5
version = 3.8.6
runner.dialect = scala213
style = default

Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ inThisBuild(
),
licenses := Seq(License.Apache2),
tlBaseVersion := "0.5",
crossScalaVersions := Seq(Scala213, Scala212, "3.3.4"),
crossScalaVersions := Seq(Scala213, Scala212, "3.3.5"),
ThisBuild / scalaVersion := Scala213,
githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17"))
)
Expand All @@ -26,7 +26,7 @@ val jetty = "12.0.16"
val netty = "4.1.117.Final"

val munit = "1.1.0"
val munitScalaCheck = "1.0.0"
val munitScalaCheck = "1.1.0"

val io_uring = "0.0.26.Final"

Expand Down

0 comments on commit 6630763

Please sign in to comment.