mirror of
https://gitlab.com/cc-ru/ocelot/ocelot-desktop.git
synced 2025-12-20 02:59:19 +01:00
Update ocelot-brain to v0.24.0
This commit is contained in:
parent
ee8ff464ad
commit
c0dad8daed
@ -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
|
||||
@ -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'"))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user