Skip to content

Commit

Permalink
updated sbt and sbt-giter8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Owczarek committed Jan 8, 2020
1 parent a7aeae3 commit 757c2d2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ addons:
chrome: stable

language: scala
scala:
- 2.12.10

jdk:
- openjdk11
Expand Down
5 changes: 3 additions & 2 deletions project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# suppress inspection "UnusedProperty"
sbt.version = 1.3.2
# suppress inspection "UnusedProperty" for whole file
sbt.version = 1.3.6
giter8.version=0.12.0
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.12.0-M2")
addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.12.0")
2 changes: 1 addition & 1 deletion src/main/g8/default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name = My Udash Application
package = io.company.app
scala_version = 2.12.10
udash_version = 0.8.1
sbt_version = 1.2.8
sbt_version = 1.3.6

0 comments on commit 757c2d2

Please sign in to comment.