Skip to content

Commit

Permalink
update jakon
Browse files Browse the repository at this point in the history
  • Loading branch information
kamenitxan committed Dec 26, 2023
1 parent 2e62d4b commit 37a6d2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbtassembly.AssemblyPlugin.autoImport.assembly

val V = new {
val Scala = "3.3.1"
val jakon = "0.5.8"
val jakon = "0.5.9-SNAPSHOT"
}
val projectName = "jakonExample"
val projectVersion = "1.0.0"
Expand Down Expand Up @@ -75,7 +75,7 @@ lazy val backend = (project in file("modules/backend"))
Docker / packageName := "tauroadmin-example"
)

lazy val commonBuildSettings: Seq[Def.Setting[_]] = Seq(
lazy val commonBuildSettings: Seq[Def.Setting[?]] = Seq(
scalaVersion := V.Scala,
organization := "cz.kamenitxan",
name := projectName,
Expand Down
3 changes: 0 additions & 3 deletions modules/backend/src/main/java/example/JakonApp.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,4 @@ class JakonApp extends JakonInit{
DBHelper.addDao(classOf[DocsPage])
}

override def adminControllers(): Unit = {
super.adminControllers()
}
}

0 comments on commit 37a6d2b

Please sign in to comment.