From c0dad8daedb473d0820075c2ef4fa93f4286b148 Mon Sep 17 00:00:00 2001 From: UnicornFreedom Date: Sat, 2 Aug 2025 16:51:30 +0200 Subject: [PATCH] Update ocelot-brain to v0.24.0 --- build.sbt | 8 ++++---- lib/ocelot-brain | 2 +- src/main/scala/ocelot/desktop/OcelotDesktop.scala | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index b0cc107..1ca9a05 100644 --- a/build.sbt +++ b/build.sbt @@ -21,9 +21,9 @@ libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % "test" libraryDependencies += "org.scalatest" %% "scalatest-funsuite" % "3.2.19" % "test" -libraryDependencies += "org.apache.logging.log4j" % "log4j-core" % "2.20.0" -libraryDependencies += "org.apache.logging.log4j" % "log4j-api" % "2.20.0" -libraryDependencies += "org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.20.0" +libraryDependencies += "org.apache.logging.log4j" % "log4j-core" % "2.25.1" +libraryDependencies += "org.apache.logging.log4j" % "log4j-api" % "2.25.1" +libraryDependencies += "org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.25.1" val lwjglVersion = "2.9.3" @@ -34,7 +34,7 @@ libraryDependencies += "org.lwjgl.lwjgl" % "lwjgl-platform" % lwjglVersion class Compile / unmanagedResourceDirectories += baseDirectory.value / "lib" / "native" -libraryDependencies += "com.github.stephengold" % "j-ogg-all" % "1.0.3" +libraryDependencies += "com.github.stephengold" % "j-ogg-all" % "1.0.6" libraryDependencies += "com.github.wendykierp" % "JTransforms" % "3.1" libraryDependencies += "com.github.sarxos" % "webcam-capture" % "0.3.12" diff --git a/lib/ocelot-brain b/lib/ocelot-brain index 5454dee..9cbd03d 160000 --- a/lib/ocelot-brain +++ b/lib/ocelot-brain @@ -1 +1 @@ -Subproject commit 5454dee84574ddf27f2dac6c02f0f98ee5908281 +Subproject commit 9cbd03d6be9c5e76d7f6aa01d28e366a6be7b2b0 diff --git a/src/main/scala/ocelot/desktop/OcelotDesktop.scala b/src/main/scala/ocelot/desktop/OcelotDesktop.scala index dd6c482..38cc86c 100644 --- a/src/main/scala/ocelot/desktop/OcelotDesktop.scala +++ b/src/main/scala/ocelot/desktop/OcelotDesktop.scala @@ -383,6 +383,7 @@ object OcelotDesktop extends LoggingConfiguration with Logging { loadWorld(nbt) resetAutosave() + logger.info(s"Workspace successfully loaded from: $path") } } } else Failure(new FileNotFoundException("Specified directory does not contain 'workspace.nbt'"))