mirror of
https://gitlab.com/cc-ru/ocelot/ocelot-desktop.git
synced 2025-12-20 02:59:19 +01:00
Update Scala to 2.13.10 and SBT to 1.8.3
This commit is contained in:
parent
3149bbcaed
commit
736abbc382
@ -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")
|
||||
|
||||
@ -1 +1 @@
|
||||
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.2.0")
|
||||
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")
|
||||
|
||||
@ -1 +1,2 @@
|
||||
sbt.version = 1.7.1
|
||||
# suppress inspection "UnusedProperty" for whole file
|
||||
sbt.version = 1.8.3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user