Compare commits
1 Commits
fa11926642
...
64dfd3c5b2
Author | SHA1 | Date |
---|---|---|
|
64dfd3c5b2 |
|
@ -8,7 +8,8 @@ val cask = "com.lihaoyi" %% "cask" % "0.9.1"
|
||||||
val mainargs = "com.lihaoyi" %% "mainargs" % "0.5.4"
|
val mainargs = "com.lihaoyi" %% "mainargs" % "0.5.4"
|
||||||
val requests = "com.lihaoyi" %% "requests" % "0.8.0"
|
val requests = "com.lihaoyi" %% "requests" % "0.8.0"
|
||||||
|
|
||||||
ThisBuild / scalaVersion := "3.2.2"
|
ThisBuild / scalaVersion := "3.3.0"
|
||||||
|
|
||||||
libraryDependencies ++= Seq(cask, mainargs, requests)
|
libraryDependencies ++= Seq(cask, mainargs, requests)
|
||||||
libraryDependencies += toolkit
|
libraryDependencies += toolkit
|
||||||
libraryDependencies += (toolkitTest % Test)
|
libraryDependencies += (toolkitTest % Test)
|
||||||
|
|
12
flake.lock
12
flake.lock
|
@ -5,11 +5,11 @@
|
||||||
"systems": "systems"
|
"systems": "systems"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1687171271,
|
"lastModified": 1694529238,
|
||||||
"narHash": "sha256-BJlq+ozK2B1sJDQXS3tzJM5a+oVZmi1q0FlBK/Xqv7M=",
|
"narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "flake-utils",
|
"repo": "flake-utils",
|
||||||
"rev": "abfb11bd1aec8ced1c9bb9adfe68018230f4fb3c",
|
"rev": "ff7b65b44d01cf9ba6a71320833626af21126384",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -35,11 +35,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1687695299,
|
"lastModified": 1697913983,
|
||||||
"narHash": "sha256-j3IcDoAPulOmwcsCDb7RxBmDoCF0itDZ5e0sgM4rgWY=",
|
"narHash": "sha256-m2K9AM2tAsu3u6tlSbM1byFatOkEhDkgt1/p2a8ndzU=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "1fb6a92b2005e6d0d3b0c1a111093a41947d27f8",
|
"rev": "0987120ad269a54fe7163fb4d554a183aaac2499",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Reference in New Issue