1 2 3 4 5 6 7 8 9 10 11 | scalaVersion := "3.5.1" val libGDXVersion = "1.12.1" libraryDependencies ++= Seq( "com.badlogicgames.gdx" % "gdx" % libGDXVersion, "com.badlogicgames.gdx" % "gdx-backend-lwjgl3" % libGDXVersion, "com.badlogicgames.gdx" % "gdx-platform" % libGDXVersion classifier "natives-desktop" ) fork := true |
Direct link: https://paste.plurk.com/show/VScnJV0ncrXSL2D96lTr