Skip to content

Commit

Permalink
Remove swing
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperFKorban committed Mar 6, 2024
1 parent 71dc787 commit aefabd1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 125 deletions.
13 changes: 1 addition & 12 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ lazy val root = project
name := "GUInep-root",
publish / skip := true
)
.aggregate((guinep.projectRefs ++ swing.projectRefs ++ web.projectRefs): _*)
.aggregate((guinep.projectRefs ++ web.projectRefs): _*)

lazy val guinep = projectMatrix
.in(file("guinep"))
Expand All @@ -54,14 +54,3 @@ lazy val web = projectMatrix
)
.dependsOn(guinep)
.jvmPlatform(scalaVersions = List(scala3))

lazy val swing = projectMatrix
.in(file("swing"))
.settings(
name := "GUInep-swing",
libraryDependencies ++= Seq(
"org.scala-lang.modules" %% "scala-swing" % "3.0.0"
)
)
.dependsOn(guinep)
.jvmPlatform(scalaVersions = List(scala3))
19 changes: 0 additions & 19 deletions swing/src/main/scala/Main.scala

This file was deleted.

11 changes: 0 additions & 11 deletions swing/src/main/scala/api.scala

This file was deleted.

83 changes: 0 additions & 83 deletions swing/src/main/scala/gui.scala

This file was deleted.

0 comments on commit aefabd1

Please sign in to comment.