Skip to content

Commit

Permalink
Update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinlfer committed Nov 7, 2023
1 parent 8a39462 commit 94b5afb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val mainScala = "2.12.16"
val allScala = Seq(mainScala, "2.13.8", "3.1.3")
val mainScala = "2.12.18"
val allScala = Seq(mainScala, "2.13.12", "3.3.1")

inThisBuild(
List(
Expand Down Expand Up @@ -36,14 +36,14 @@ enablePlugins(BuildInfoPlugin)
buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion, isSnapshot)
buildInfoPackage := "zio.rocksdb"

val zioVersion = "2.0.0"
val zioVersion = "2.0.19"

libraryDependencies ++= Seq(
"dev.zio" %% "zio-streams" % zioVersion,
"org.scala-lang.modules" %% "scala-collection-compat" % "2.6.0",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1",
"dev.zio" %% "zio-test" % zioVersion % "test",
"dev.zio" %% "zio-test-sbt" % zioVersion % "test",
"org.rocksdb" % "rocksdbjni" % "7.4.5"
"org.rocksdb" % "rocksdbjni" % "7.10.2"
)

scalacOptions --= Seq("-Xlint:nullary-override")
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.8.3
sbt.version=1.9.7

0 comments on commit 94b5afb

Please sign in to comment.