We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8502774 commit 9ba4b88Copy full SHA for 9ba4b88
build.sbt
@@ -1,13 +1,13 @@
1
-scalaVersion := "3.6.1"
+scalaVersion := "3.6.2"
2
resolvers += "Sonatype Public" at "https://oss.sonatype.org/content/groups/public/"
3
4
libraryDependencies ++= Seq(
5
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.4.0",
6
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4",
7
- "org.scodec" %% "scodec-bits" % "1.2.0",
+ "org.scodec" %% "scodec-bits" % "1.2.1",
8
"at.favre.lib" % "bytes" % "1.6.1",
9
- "org.scalactic" %% "scalactic" % "3.2.18",
10
- "org.scalatest" %% "scalatest" % "3.2.18" % "test"
+ "org.scalactic" %% "scalactic" % "3.2.19",
+ "org.scalatest" %% "scalatest" % "3.2.19" % "test"
11
)
12
13
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")
0 commit comments