Skip to content

Commit

Permalink
Merge pull request #8 from Martomate/release-1.3
Browse files Browse the repository at this point in the history
Release 1.3
  • Loading branch information
Martomate authored Aug 28, 2020
2 parents 4018fc3 + 9541235 commit ca6e0f6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ before_cache:

language: scala
scala:
- 2.12.11
- 2.13.2
script:
- sbt coverage test coverageReport coveralls
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ scalaVersion := "2.13.2"

name := "TriPaint"
organization := "com.martomate"
version := "1.2"
version := "1.3"

enablePlugins(LauncherJarPlugin)

scalacOptions in Compile += "-deprecation"

libraryDependencies ++= Seq(
"org.scalactic" %% "scalactic" % "3.1.2",
"org.scalatest" %% "scalatest" % "3.1.2" % "test",
"org.scalamock" %% "scalamock" % "4.4.0" % "test"
"org.scalactic" %% "scalactic" % "3.2.2",
"org.scalatest" %% "scalatest" % "3.2.2" % "test",
"org.scalamock" %% "scalamock" % "5.0.0" % "test"
)

// Add dependency on ScalaFX library
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7")
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.5")

0 comments on commit ca6e0f6

Please sign in to comment.