@@ -3,7 +3,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
33name := " scala-99"
44version := " 1.0.0"
55
6- scalaVersion := " 2.13.14 "
6+ scalaVersion := " 2.13.16 "
77
88javacOptions := Seq (" -source" , " 17" , " -target" , " 17" )
99
@@ -34,15 +34,15 @@ libraryDependencies ++= Seq(
3434 /** some useful plugin things */
3535 compilerPlugin(" org.typelevel" %% " kind-projector" % " 0.13.3" cross CrossVersion .full), // https://github.com/typelevel/kind-projector
3636 compilerPlugin(" com.olegpy" %% " better-monadic-for" % " 0.3.1" ), // https://github.com/oleg-py/better-monadic-for
37- " co.fs2" %% " fs2-io" % " 3.10.2 " ,
38- " org.typelevel" %% " cats-parse" % " 1.0 .0" ,
39- " com.beachape" %% " enumeratum" % " 1.7.3 " ,
40- " com.beachape" %% " enumeratum-circe" % " 1.7.3 " ,
41- " com.beachape" %% " enumeratum-cats" % " 1.7.3 " ,
42- " com.beachape" %% " enumeratum-scalacheck" % " 1.7.3 " ,
43- " org.scalatest" %% " scalatest" % " 3.2.18 " ,
44- " org.scalacheck" %% " scalacheck" % " 1.18.0 " ,
45- " org.scalatestplus" %% " scalacheck-1-18" % " 3.2.18 .0" ,
46- " org.mockito" %% " mockito-scala-scalatest" % " 1.17.31 " ,
37+ " co.fs2" %% " fs2-io" % " 3.12.0 " ,
38+ " org.typelevel" %% " cats-parse" % " 1.1 .0" ,
39+ " com.beachape" %% " enumeratum" % " 1.9.0 " ,
40+ " com.beachape" %% " enumeratum-circe" % " 1.9.0 " ,
41+ " com.beachape" %% " enumeratum-cats" % " 1.9.0 " ,
42+ " com.beachape" %% " enumeratum-scalacheck" % " 1.9.0 " ,
43+ " org.scalatest" %% " scalatest" % " 3.2.19 " ,
44+ " org.scalacheck" %% " scalacheck" % " 1.18.1 " ,
45+ " org.scalatestplus" %% " scalacheck-1-18" % " 3.2.19 .0" ,
46+ " org.mockito" %% " mockito-scala-scalatest" % " 1.17.45 " ,
4747 " com.lihaoyi" %% " pprint" % " 0.9.0"
4848)
0 commit comments