Skip to content

Commit

Permalink
Bump wkw version to 1.1.9 (#4914)
Browse files Browse the repository at this point in the history
* bump wkw version to 1.1.8
* changelog
* bump to 1.1.9
  • Loading branch information
fm3 authored Nov 5, 2020
1 parent a623fa8 commit 96b14eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released
### Fixed
- Fixed the disappearing of dataset settings after switching between view mode and annotation mode. [#4845](https://github.com/scalableminds/webknossos/pull/4845)
- Fixed a rare error in the agglomerate mapping for large datasets. [#4904](https://github.com/scalableminds/webknossos/pull/4904)
- Fixed a bug where in volume annotation zip upload some buckets were discarded. [#4914](https://github.com/scalableminds/webknossos/pull/4914)

### Removed
-
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sbt._
object Dependencies {
val akkaVersion = "2.5.22"
val log4jVersion = "2.13.3"
val webknossosWrapVersion = "1.1.7"
val webknossosWrapVersion = "1.1.9"

val akkaAgent = "com.typesafe.akka" %% "akka-agent" % akkaVersion
val akkaLogging = "com.typesafe.akka" %% "akka-slf4j" % akkaVersion
Expand Down

0 comments on commit 96b14eb

Please sign in to comment.