Skip to content

Commit 25bdf63

Browse files
authored
Merge branch 'master' into update/scala-parser-combinators-2.3.0
2 parents 0f3fa62 + c5d1660 commit 25bdf63

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val scala3 = "3.2.2"
1+
val scala3 = "3.3.0"
22
lazy val root = project
33
.in(file("."))
44
.settings(
@@ -23,7 +23,7 @@ lazy val root = project
2323
"org.typelevel" %% "cats-core" % "2.9.0",
2424
"org.scala-lang" %% "scala3-staging" % scalaVersion.value,
2525
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.3.0",
26-
"ch.qos.logback" % "logback-classic" % "1.4.6",
26+
"ch.qos.logback" % "logback-classic" % "1.4.7",
2727
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test,
2828
"org.scalameta" %% "munit" % "0.7.29" % Test,
2929
"org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test,

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.8.2
1+
sbt.version=1.8.3

0 commit comments

Comments
 (0)