Skip to content

Commit

Permalink
Merge pull request #31 from outr/update/scala-collection-compat-2.12.0
Browse files Browse the repository at this point in the history
Update scala-collection-compat to 2.12.0
  • Loading branch information
darkfrog26 authored Apr 17, 2024
2 parents ef625d8 + e71137e commit 3493eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ThisBuild / outputStrategy := Some(StdoutOutput)

ThisBuild / Test / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-oDF")

val collectionCompatVersion: String = "2.11.0"
val collectionCompatVersion: String = "2.12.0"
val haloDBVersion: String = "v0.5.6"
val rocksDBVersion: String = "9.0.0"
val catsEffectVersion: String = "3.5.4"
Expand Down

0 comments on commit 3493eae

Please sign in to comment.