We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 180eacf commit 3b8de7cCopy full SHA for 3b8de7c
build.sbt
@@ -1,5 +1,5 @@
1
ThisBuild / organization := "io.higherkindness"
2
-ThisBuild / scalaVersion := "2.13.12"
+ThisBuild / scalaVersion := "2.13.14"
3
ThisBuild / resolvers += Resolver.sonatypeRepo("snapshots")
4
5
publish / skip := true
project/ProjectPlugin.scala
@@ -23,7 +23,7 @@ object ProjectPlugin extends AutoPlugin {
23
val mu: String = "0.31.1"
24
val natchez: String = "0.3.5"
25
val pureconfig: String = "0.17.6"
26
- val scala213: String = "2.13.12"
+ val scala213: String = "2.13.14"
27
val scopt: String = "4.1.0"
28
val slf4j: String = "2.0.13"
29
}
0 commit comments