Skip to content

Commit

Permalink
Update mapdb to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrutsch committed Jan 17, 2024
1 parent dbf9ce0 commit bc29005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object Dependencies {
"com.typesafe.akka" %% "akka-stream-testkit" % Versions.akka % Test,
"com.typesafe.akka" %% "akka-persistence-tck" % Versions.akka % Test,
"com.typesafe.akka" %% "akka-serialization-jackson" % Versions.akka % Test,
"org.mapdb" % "mapdb" % "3.0.10",
"org.mapdb" % "mapdb" % "3.1.0",
"org.scalatest" %% "scalatest" % "3.2.16" % Test
)

Expand Down

0 comments on commit bc29005

Please sign in to comment.