File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 161161 # read the first non-empty string from the VERSION file
162162 version = builtins . head ( builtins . match "[ \n ]*([^ \n ]+).*" ( builtins . readFile ./VERSION ) ) ;
163163
164- depsSha256 = "sha256-UdUpfqoTvI5JcLKUN8ilY85tLPwouAmb09MwzuO3yvE =" ;
164+ depsSha256 = "sha256-4eZB9kABWWIHhsranCnBu6/0O4BSGQl/pUadXUQdRPY =" ;
165165
166166 src = filter {
167167 root = self ;
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % scalaNativeVersion)
44addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.3.2" )
55addSbtPlugin(" com.github.sbt" % " sbt-dynver" % " 5.1.1" )
66addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.13.1" )
7- addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.5 " )
7+ addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.6 " )
88addSbtPlugin(" com.github.sbt" % " sbt-native-packager" % " 1.11.4" )
99addSbtPlugin(" org.typelevel" % " sbt-tpolecat" % " 0.5.2" )
You can’t perform that action at this time.
0 commit comments