Skip to content

Commit

Permalink
Bump versions of sbt, scala, and dependencies
Browse files Browse the repository at this point in the history
Please enter the commit message for your changes. Lines starting
  • Loading branch information
nick-gravgaard committed Oct 15, 2018
1 parent d83d6b1 commit 9395941
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Expand Up @@ -2,14 +2,14 @@ name := "Elastic Notepad"

version := "1.3.0"

scalaVersion := "2.12.4"
scalaVersion := "2.12.7"

assemblyJarName in assembly := "ElasticNotepad.jar"

libraryDependencies ++= Seq(
"org.scala-lang.modules" %% "scala-swing" % "2.0.1",
"org.scalactic" %% "scalactic" % "3.0.4",
"org.scalatest" %% "scalatest" % "3.0.4" % "test"
"org.scala-lang.modules" %% "scala-swing" % "2.0.3",
"org.scalactic" %% "scalactic" % "3.0.5",
"org.scalatest" %% "scalatest" % "3.0.5" % "test"
)

lazy val root = (project in file(".")).
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version = 0.13.8
sbt.version = 1.2.4

0 comments on commit 9395941

Please sign in to comment.