Skip to content

Commit 226baf7

Browse files
authored
Update sbt version on 1.4.1 (#7)
* Update sbt version to1.4.1 * Update giter8 version to 0.12.0
1 parent 69a4805 commit 226baf7

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ How to install sbt <https://www.scala-sbt.org/1.x/docs/Setup.html>.
1616

1717
Known bugs
1818
----------------
19-
At the moment, when running on OS Windows, there is a problem - the temporary file `.gitignore` is not deleted.
20-
This does not affect project creation. There is a bug on the problem <https://github.com/foundweekends/giter8/issues/477>.
19+
At the moment, when working in Windows with using SBT version lower than 1.4.1 there is a problem - the temporary .gitignore file is not deleted. This does not affect project creation.
2120

2221
Template license
2322
----------------

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ lazy val root = (project in file(".")).
99
val _ = (g8Test in Test).toTask("").value
1010
},
1111
scriptedLaunchOpts ++= List("-Xms1024m", "-Xmx1024m", "-XX:ReservedCodeCacheSize=128m", "-XX:MaxPermSize=256m", "-Xss2m", "-Dfile.encoding=UTF-8"),
12-
resolvers += Resolver.url("typesafe", url("http://repo.typesafe.com/typesafe/ivy-releases/"))(Resolver.ivyStylePatterns)
12+
resolvers += Resolver.url("typesafe", url("https://repo.typesafe.com/typesafe/ivy-releases/"))(Resolver.ivyStylePatterns)
1313
)

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.3.9
1+
sbt.version=1.4.1

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.11.0")
1+
addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.12.0")

0 commit comments

Comments
 (0)