Skip to content

Commit

Permalink
Bump versions of libraries in Template.swift (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov authored Dec 4, 2020
1 parent 09a4e67 commit 646ce1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/SwiftToolchain/Toolchain.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Foundation
import TSCBasic
import TSCUtility

public let compatibleJSKitVersion = Version(0, 8, 0)
public let compatibleJSKitVersion = Version(0, 9, 0)

enum ToolchainError: Error, CustomStringConvertible {
case directoryDoesNotExist(AbsolutePath)
Expand Down
2 changes: 1 addition & 1 deletion Sources/carton/Model/Template.swift
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ extension Templates {
.init(
name: "Tokamak",
url: "https://github.com/TokamakUI/Tokamak",
version: .from("0.5.1")
version: .from("0.6.0")
),
],
targetDepencencies: [
Expand Down

0 comments on commit 646ce1c

Please sign in to comment.