Update ocelot-brain to v0.24.0

This commit is contained in:
UnicornFreedom 2025-08-02 16:51:30 +02:00
parent ee8ff464ad
commit c0dad8daed
No known key found for this signature in database
GPG Key ID: B4ED0DB6B940024F
3 changed files with 6 additions and 5 deletions

View File

@ -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"

@ -1 +1 @@
Subproject commit 5454dee84574ddf27f2dac6c02f0f98ee5908281
Subproject commit 9cbd03d6be9c5e76d7f6aa01d28e366a6be7b2b0

View File

@ -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'"))