Update Scala to 2.13.10 and SBT to 1.8.3

This commit is contained in:
UnicornFreedom 2023-05-15 22:30:14 +02:00
parent 3149bbcaed
commit 736abbc382
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
name := "ocelot-desktop"
version := "1.5.0"
scalaVersion := "2.13.8"
scalaVersion := "2.13.10"
lazy val root = project.in(file("."))
.dependsOn(brain % "compile->compile")

View File

@ -1 +1 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.2.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")

View File

@ -1 +1,2 @@
sbt.version = 1.7.1
# suppress inspection "UnusedProperty" for whole file
sbt.version = 1.8.3