Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1 from DonatJR/develop
Browse files Browse the repository at this point in the history
merge develop to master for use in web version
  • Loading branch information
SailReal authored Nov 8, 2017
2 parents 02c595a + 9271c86 commit 8e6f305
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name := "learn-duel"
name := "LearnDuel"
organization := "de.htwg.se"
version := "0.0.1"
scalaVersion := "2.12.4"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.0.2
sbt.version=1.0.3
2 changes: 0 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
resolvers += Classpaths.sbtPluginReleases

addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.3")

addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package de.htwg.se.learn_duel

import de.htwg.se.learn_duel.ui.impl.TUI

object YourGame {
object LearnDuel {
def main(args: Array[String]): Unit = {
println(TUI.createTUI.dummyText)
}
Expand Down

0 comments on commit 8e6f305

Please sign in to comment.